Development/Libraries/Java

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

Name:cobertura Vendor:JPackage Project
Version:1.2 License:GPL
Release:2jpp URL:http://cobertura.sourceforge.net/
Summary
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. NOTE: Due to asm version conflicts, if you use Cobertura as an ant task you MUST add manually a classpath element <classpath location="/usr/share/java/asm2/asm2.jar"/> to all Cobertura tasks requiring bytecode manipulation. NOTE: This version does NOT contain the cyclomatic code complexity code because the javancss dependency cannot currently be rebuilt from source.

Arch: noarch

Download:cobertura-1.2-2jpp.noarch.rpm
Build Date:Thu Mar 17 04:46:49 2005
Packager:David Walluck <david@jpackage.org>
Size:100 KiB

Arch: noarch

Download:cobertura-1.2-2jpp.src.rpm
Build Date:Thu Mar 17 04:46:49 2005
Packager:David Walluck <david@jpackage.org>
Size:976 KiB

Changelog

* Thu Mar 17 11:00:00 2005 David Walluck <david{%}jpackage{*}org> 0:1.2-2jpp
- fix changelog entry
* Thu Mar 17 11:00:00 2005 David Walluck <david{%}jpackage{*}org> 0:1.2-1jpp
- 1.2
- drop oro as java 1.4 classes are now used for regex
* Tue Mar 15 11:00:00 2005 Sebastiano Vigna <vigna at acm.org> 0:1.1-3jpp
- Added blurb about required classpath ant element.

Listing created by RepoView-0.4.1