libcobertura-examples

Simple examples of using cobertura
  http://cobertura.sourceforge.net/
  0
  no reviews



Cobertura 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.

this package contains simple examples.