Decision coverage = Branch Coverage
branch coverage - is every conditional branch tested at least once?
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>cobertura-maven-plugin</artifactId>
<configuration>
<formats>
<format>html</format>
<format>xml</format>
</formats>
</configuration>
</plugin>
[eclemma Java Code Coverage]
Code Pro Anlytix Pro