Last Version

com.github.leeyazhou:cobertura 2.1.2.RELEASE

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

Cobertura Application Testing & Monitoring Code Coverage
GroupId

GroupId

com.github.leeyazhou
ArtifactId

ArtifactId

cobertura
Version

Version

2.1.2.RELEASE
Type

Type

jar
Description

Description

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 Organization

Project Organization

Cobertura

Download cobertura 2.1.2.RELEASE


<!-- https://jarcasting.com/artifacts/com.github.leeyazhou/cobertura/ -->
<dependency>
    <groupId>com.github.leeyazhou</groupId>
    <artifactId>cobertura</artifactId>
    <version>2.1.2.RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.leeyazhou/cobertura/
implementation 'com.github.leeyazhou:cobertura:2.1.2.RELEASE'
// https://jarcasting.com/artifacts/com.github.leeyazhou/cobertura/
implementation ("com.github.leeyazhou:cobertura:2.1.2.RELEASE")
'com.github.leeyazhou:cobertura:jar:2.1.2.RELEASE'
<dependency org="com.github.leeyazhou" name="cobertura" rev="2.1.2.RELEASE">
  <artifact name="cobertura" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.leeyazhou', module='cobertura', version='2.1.2.RELEASE')
)
libraryDependencies += "com.github.leeyazhou" % "cobertura" % "2.1.2.RELEASE"
[com.github.leeyazhou/cobertura "2.1.2.RELEASE"]

Dependencies

compile (13)

Group / Artifact Type Version
org.apache.commons : commons-lang3 jar 3.3.2
org.slf4j : slf4j-api jar 1.7.25
org.ow2.asm : asm jar 5.0.1
org.ow2.asm : asm-tree jar 5.0.1
org.ow2.asm : asm-commons jar 5.0.1
org.ow2.asm : asm-util jar 5.0.1
org.ow2.asm : asm-analysis jar 5.0.1
oro : oro jar 2.0.8
jaxen : jaxen jar 1.1.4
org.apache.ant : ant jar 1.9.14
org.apache.ant : ant-junit jar 1.9.14
org.apache.ant : ant-junit4 jar 1.9.14
junit : junit jar 4.12

test (6)

Group / Artifact Type Version
commons-io : commons-io jar 2.2
org.jdom : jdom jar 1.1.3
ch.qos.logback : logback-classic jar 1.2.3
org.codehaus.groovy : groovy-all jar 1.6.9
net.java.dev.javacc : javacc jar 5.0
org.mockito : mockito-all jar 1.10.19

Project Modules

There are no modules declared in this project.