Clover.
Clover is a powerful and highly configurable code coverage analysis tool. It discovers sections of code that are not being adequately exercised by your tests..
Here is the list of declaration for clover. If you use Maven you can use the following code to add the dependency for this POM file.
<dependency> <groupId>com.cenqua.clover</groupId> <artifactId>clover</artifactId> <version>1.3.12</version> </dependency>
If you think this Maven repository POM file listing for clover is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.
Name:The Apache Software License, Version 2.0
URL: http://www.cenqua.com/clover/license.html.
The following table lists the most popular artifacts which are depending on clover-1.3.12. Their categories and depend by count are also listed.
Category | Artifact | Depended By Count |
---|---|---|
Spring | spring-webflow 1.0.5 Spring Web Flow | 15 |
The following packages are defined in the clover-1.3.12.jar
clover.org.apache.velocity clover.org.apache.velocity.app clover.org.apache.velocity.app.event clover.org.apache.velocity.app.tools clover.org.apache.velocity.context clover.org.apache.velocity.convert clover.org.apache.velocity.exception clover.org.apache.velocity.io clover.org.apache.velocity.runtime clover.org.apache.velocity.runtime.compiler clover.org.apache.velocity.runtime.configuration clover.org.apache.velocity.runtime.directive clover.org.apache.velocity.runtime.exception clover.org.apache.velocity.runtime.log clover.org.apache.velocity.runtime.parser clover.org.apache.velocity.runtime.parser.node clover.org.apache.velocity.runtime.resource clover.org.apache.velocity.runtime.resource.loader clover.org.apache.velocity.runtime.visitor clover.org.apache.velocity.texen clover.org.apache.velocity.texen.ant clover.org.apache.velocity.texen.util clover.org.apache.velocity.util clover.org.apache.velocity.util.introspection cloverantlr cloverantlr.collections cloverantlr.collections.impl cloverantlr.debug.misc com.cenqua.clover com.cenqua.clover.ant com.cenqua.clover.builder com.cenqua.clover.cfg com.cenqua.clover.context com.cenqua.clover.filter com.cenqua.clover.instr com.cenqua.clover.model com.cenqua.clover.reporters com.cenqua.clover.reporters.console com.cenqua.clover.reporters.html com.cenqua.clover.reporters.jfc com.cenqua.clover.reporters.jfc.actions com.cenqua.clover.reporters.pdf com.cenqua.clover.reporters.util com.cenqua.clover.reporters.xml com.cenqua.clover.reporting.gui com.cenqua.clover.reporting.jfc com.cenqua.clover.reporting.util com.cenqua.clover.tasks com.cenqua.clover.util com.cenqua.clover.util.format com.cenqua.license com.cenqua.util com.cenqua.util.chart com.lowagie.servlets com.lowagie.text com.lowagie.text.html com.lowagie.text.markup com.lowagie.text.pdf com.lowagie.text.pdf.hyphenation com.lowagie.text.pdf.wmf com.lowagie.text.rtf com.lowagie.tools com_cenqua_clover org.apache.commons.collections org.apache.log org.apache.log.filter org.apache.log.format org.apache.log.output org.apache.log.output.db org.apache.log.output.io org.apache.log.output.io.rotate org.apache.log.output.jms org.apache.log.output.net org.apache.log.util org.apache.oro.io org.apache.oro.text org.apache.oro.text.awk org.apache.oro.text.perl org.apache.oro.text.regex org.apache.oro.util org.apache.tools.ant.taskdefs
Here is the content of the POM file.
<project>
<modelVersion>4.0.0</modelVersion>
<groupId>com.cenqua.clover</groupId>
<artifactId>clover</artifactId>
<version>1.3.12</version>
<packaging>jar</packaging>
<name>Clover</name>
<url>http://www.cenqua.com/clover</url>
<description>
Clover is a powerful and highly configurable code coverage analysis tool.
It discovers sections of code that are not being adequately exercised by your tests.
</description>
<licenses>
<license>
<name>The Apache Software License, Version 2.0</name>
<url>http://www.cenqua.com/clover/license.html</url>
<distribution>repo</distribution>
</license>
</licenses>
<dependencies/>
</project>