Download List

Project Description

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.

System Requirements

System requirement is not defined
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.

2005-05-30 19:22
1.4

A bug has been fixed that sometimes resulted in a StringIndexOutOfBoundsException when running cobertura-report. A bug where classes without coverage data ("N/A") were not always sorted correctly in the HTML report has been fixed. "N/A" is shown in the branch column of the HTML report for classes and packages that do not have any branches.
Tags: Major bugfixes

2005-05-20 13:09
1.3

This release improves the structure of the XML reports and
creates a DTD, adds the ability to specify the location of the
coverage data files from the Ant tasks and the command line,
and increases the speed of HTML reports by filtering the files
read in to determine cyclomatic complexity numbers on.
Tags: Minor feature enhancements

2005-03-16 18:30
1.2

A bug that caused the XML reports to be invalid
XML was fixed. Java 1.4 pattern matching is now
used instead of Jakarta ORO.
Tags: Minor bugfixes

2005-03-08 07:17
1.1

A few minor bugfixes and speed improvements were
made. Instrumentation is about 5 times faster due
to using ASM instead of BCEL. The XML reports now
contain package information and no longer contain
invalid XML characters.
Tags: Minor feature enhancements

2005-02-16 19:08
1.0

Tags: Initial freshmeat announcement

Project Resources