All Downloads are FREE. Search and download functionalities are using the official Maven repository.

net.sourceforge.cobertura.ant.package.html Maven / Gradle / Ivy

Go to download

Cobertura is a free 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.

There is a newer version: 2.1.1
Show newest version


The ant tasks for Cobertura and assorted helper classes.

The license for the ant tasks is different than the license for the rest of Cobertura (Apache Software License version 1.1 v. GPL version 2). The GPL prohibits linking GPL-licensed code with code licensed under a GPL-incompatible license such as the Apache Software License version 1.1. For this reason, the Cobertura ant tasks do not directly invoke the Cobertura classes. Rather, they invoke a JVM which runs the Cobertura classes.





© 2015 - 2025 Weber Informatics LLC | Privacy Policy