code coverage - Jacoco report interpretation -
We are trying jacobo for functional code coverage. Although capable of making coverage reports using jacobo, it is not able to interpret it correctly
Generally it shows the code covered during execution in a color (yellow color here) and a And the color is not included here (red here). But there are some codes in the same class that are not included in any of the colors.
What does this mean? If these codes have been touched during execution or not?
Thanks, BPM
See here: what color means
I see no comments in the design (single / multiline), classroom definitions, opening brackets, variable definitions / announcements, / groavi etc., are not considered as actual "executable" codes.
Any type of list, definitions of variable types and empty functions / methods are shown as bracket / braces.
Comments
Post a Comment