Cobertura Code Coverage for NetBeans Wiki
Overview : Cobertura is a code coverage tool useful for identifying line and branch coverage effectiveness when running Java tests, typically JUnit tests. It works by instrumenting compiled Java class files (adding a few small pieces of info for each line in the class file). When the classes run, whether manually or via some sort of test, information about the class execution is saved in a special file. This file can then be used to generate Javadoc-style reports that aid in identifying your test suiteās effectiveness. This NetBeans IDE plugin provides an integration between the Cobertura library and a Java project running in the IDE.
NetBeans version : 6.5
Cobertura tool version : 1.9.1
Cobertura project site : http://cobertura.sourceforge.net/
Current status : Proof of concept completed. Preparing stable alpha release.





