devdaily home | apple | java | perl | unix | directory | weblog


devdaily.com directory : What's New
Directory : New : 11-Apr-2008

4 New Links:

General Programming : Code Coverage

  • Code coverage (wikipedia) - Code coverage is a measure used in software testing. It describes the degree to which the source code of a program has been tested. It is a form of testing that inspects the code directly and is therefore a form of white box testing...

Java : Code Coverage

  • Cobertura - 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.
  • Emma - EMMA is an open-source toolkit for measuring and reporting Java code coverage. EMMA distinguishes itself from other tools by going after a unique feature combination: support for large-scale enterprise software development while keeping individual developer's work fast and iterative.
  • Clover - A commercial code coverage tool.

  Options