Cobertura is a Java tool that calculates the
percentage of code accessed by tests. It can be
used to identify which parts of your Java program
are lacking test coverage. It is based on jcoverage.
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.
The merge task was fixed. Changes that allow
Cobertura to work alongside AspectJ were also
made. A possible bug when using instrumented
classes in Tomcat was fixed.