|
Jan
5 |
|
comment |
Cobertura does not 0 against an uncovered line How Stupid of me. The build.xml has a explicit comment <!-- The following line causes instrument to ignore any source line containing a reference to log4j, for the purposes of coverage reporting. --> <ignore regex="org.apache.log4j.*" /> This explains the reason for the lines under question to be ignored for coverage. If I comment the above line in build.xml, then all the lines in the code are being properly reported. This post can be closed. Sorry for the trouble. |
|
Dec
29 |
|
awarded | Student |
|
Dec
29 |
|
asked | Cobertura does not 0 against an uncovered line |