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 988 247 57 100 %
LayerReplaceStep 52 13 3 100 %
LayerSetCueStepData2 52 13 3 100 %
LayerSetRelativeScene 52 13 3 100 %
LayerGetGlobalData 52 13 3 100 %
LayerSetSustain 52 13 3 100 %
LayerSetCueListWait 52 13 3 100 %
LayerSetCueStepData6 52 13 3 100 %
LayerInsertAppendStep 52 13 3 100 %
LayerSetIgnoreNoteOff 52 13 3 100 %
LayerSetDeviceID 52 13 3 100 %
LayerConfigure 52 13 3 100 %
LayerUsesCueList 52 13 3 100 %
LayerSetCueStepData3 52 13 3 100 %
LayerSetLocked 52 13 3 100 %
LayerSetCueStepDataType 52 13 3 100 %
LayerSetAutoOutput 52 13 3 100 %
LayerSetCueStepData1 52 13 3 100 %
LayerSetCueStepData4 52 13 3 100 %
LayerSetCueStepData5 52 13 3 100 %

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