development/libraries/java

cobertura - Free Java tool that calculates the percentage of code accessed by tests

Website: http://cobertura.sourceforge.net/
License: GPLv2+
Vendor: JPackage Project
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.

Features

    * Can be executed from ant or from the command line.
    * Instruments Java bytecode after it has been compiled.
    * Can generate reports in HTML or XML.
    * Shows percent of lines coveraged and branches coveraged for each
      class, package, and for the overall project.
    * Shows the McCabe cyclomatic code complexity of each class, and
      the average cyclomatic code complexity for each package, and for
      the overall product.
    * Can sort HTML results by class name, percent of lines covered,
      percent of branches covered, etc. And can sort in ascending or
      decending order.

Packages

cobertura-1.9.4.1-4.jpp6.src [10.5 MiB] Changelog by David Walluck (2011-06-17):
- install all jars
- fix asm classes for ant task
cobertura-1.9.4.1-4.jpp6.noarch [2.9 MiB] Changelog by David Walluck (2011-06-17):
- install all jars
- fix asm classes for ant task

Listing created by Repoview-0.6.6-5.mga4.tainted