Cobertura

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.

License

License

Categories

Categories

Maven Build Tools Net Cobertura Application Testing & Monitoring Code Coverage
GroupId

GroupId

com.google.code.maven-play-plugin.net.sourceforge.cobertura
ArtifactId

ArtifactId

cobertura
Last Version

Last Version

1.9.2-patched-play-cobertura-1.0-jdk15
Release Date

Release Date

Type

Type

jar
Description

Description

Cobertura
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.
Project URL

Project URL

http://cobertura.sourceforge.net

Download cobertura

How to add to project

<!-- https://jarcasting.com/artifacts/com.google.code.maven-play-plugin.net.sourceforge.cobertura/cobertura/ -->
<dependency>
    <groupId>com.google.code.maven-play-plugin.net.sourceforge.cobertura</groupId>
    <artifactId>cobertura</artifactId>
    <version>1.9.2-patched-play-cobertura-1.0-jdk15</version>
</dependency>
// https://jarcasting.com/artifacts/com.google.code.maven-play-plugin.net.sourceforge.cobertura/cobertura/
implementation 'com.google.code.maven-play-plugin.net.sourceforge.cobertura:cobertura:1.9.2-patched-play-cobertura-1.0-jdk15'
// https://jarcasting.com/artifacts/com.google.code.maven-play-plugin.net.sourceforge.cobertura/cobertura/
implementation ("com.google.code.maven-play-plugin.net.sourceforge.cobertura:cobertura:1.9.2-patched-play-cobertura-1.0-jdk15")
'com.google.code.maven-play-plugin.net.sourceforge.cobertura:cobertura:jar:1.9.2-patched-play-cobertura-1.0-jdk15'
<dependency org="com.google.code.maven-play-plugin.net.sourceforge.cobertura" name="cobertura" rev="1.9.2-patched-play-cobertura-1.0-jdk15">
  <artifact name="cobertura" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.google.code.maven-play-plugin.net.sourceforge.cobertura', module='cobertura', version='1.9.2-patched-play-cobertura-1.0-jdk15')
)
libraryDependencies += "com.google.code.maven-play-plugin.net.sourceforge.cobertura" % "cobertura" % "1.9.2-patched-play-cobertura-1.0-jdk15"
[com.google.code.maven-play-plugin.net.sourceforge.cobertura/cobertura "1.9.2-patched-play-cobertura-1.0-jdk15"]

Dependencies

compile (5)

Group / Artifact Type Version
oro : oro jar 2.0.8
asm : asm jar 3.0
asm : asm-tree jar 3.0
log4j : log4j jar 1.2.9
org.apache.ant : ant jar 1.7.0

Project Modules

There are no modules declared in this project.