Cobertura 1.8 review

Download
by rbytes.net on

Cobertura is a free Java tool that calculates the percentage of code accessed by tests.Cobertura project can be used to identify whic

License: GPL (GNU General Public License)
File size: 0K
Developer: Mark Doliner
0 stars award from rbytes.net

Cobertura is a free Java tool that calculates the percentage of code accessed by tests.Cobertura project can be used to identify which parts of your Java program are lacking test coverage. It is based on jcoverage.

Here are some key features of "Cobertura":
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.

What's New in This Release:
New features include showing the total number of lines and branches in the HTML report, support for Groovy, allowing multiple JVMs to cleanly write to the same data file, and more robust instrumentation of archives (including archives inside of archives).

Cobertura 1.8 keywords