Coverage

The Lassi software gets tested using automated (JUnit) testcases. While running these testcases, code coverage information is collected. This coverage information shows the percentage of code that actually gets executed during the tests. This is intended to provide an idea about the quality of the testcases and helps in finding dead code.

Class loc nloc statements coverage  
TOTAL 885 510 263 88 %
Out 53 24 10 0 %
Launcher 68 39 18 17 %
FrameTester 271 164 75 92 %
ObjectBuilder 44 5 0 100 %
DirtyTest 60 18 4 100 %
Log 51 22 7 100 %
TestOperator 108 71 23 100 %
ObjectTest 230 167 126 100 %

Class statements covered missed weight  
Launcher 18 3 15 48.39 %
Out 10 0 10 32.26 %
FrameTester 75 69 6 19.35 %

loc = lines of code count
nloc = non-comment lines of code count
statements = number of Java statements
coverage = percentage of statements covered