Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37557816
en ru br
ALT Linux repos
5.0: 1.9-alt1_10jpp5
4.1: 1.9-alt1_2jpp1.7
4.0: 1.9-alt1_2jpp1.7

Group :: Development/Java
RPM: cobertura

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

Current version: 1.9-alt1_2jpp1.7
Build date: 15 november 2007, 22:18 ( 858.2 weeks ago )
Size: 4.82 Mb

Home page:   http://cobertura.sourceforge.net/

License: GPL
Summary: Free Java tool that calculates the percentage of code accessed by tests
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.

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.

Current maintainer: Igor Vlasenko

List of contributors

List of rpms provided by this srpm:

  • cobertura
  • cobertura-javadoc
ACL:
     
    design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
    current maintainer: Michael Shigorin