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 1725 769 325 74 %
UL 57 22 8 13 %
BR 48 17 5 20 %
TH 42 14 3 33 %
A 124 79 47 45 %
H3 39 11 2 50 %
H2 39 11 2 50 %
H5 40 11 2 50 %
H4 39 11 2 50 %
H1 72 39 14 57 %
TD 135 86 50 70 %
TableInfo 184 132 68 79 %
AnchorInfo 55 25 6 83 %
H 100 48 23 87 %
IMG 62 23 9 89 %
P 61 26 11 91 %
DIV 33 7 1 100 %
BODY 33 7 1 100 %
SPAN 33 7 1 100 %
Tag 60 15 2 100 %
Tags 54 14 3 100 %
B 49 15 3 100 %
I 49 15 3 100 %
OL 56 21 7 100 %
PRE 61 24 10 100 %
TABLE 62 25 11 100 %
TR 69 33 15 100 %
LI 69 31 16 100 %

Class statements covered missed weight  
A 47 21 26 30.95 %
TD 50 35 15 17.86 %
TableInfo 68 54 14 16.67 %
UL 8 1 7 8.33 %
H1 14 8 6 7.14 %
BR 5 1 4 4.76 %
H 23 20 3 3.57 %
TH 3 1 2 2.38 %
IMG 9 8 1 1.19 %
AnchorInfo 6 5 1 1.19 %
H3 2 1 1 1.19 %
P 11 10 1 1.19 %
H2 2 1 1 1.19 %
H5 2 1 1 1.19 %
H4 2 1 1 1.19 %

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