Clover
 

Project Quality Leaderboard

Project Uncovered Elements Complexity Total % Covered
Easymock
Webtest
Guice
Checkstyle
Backport Util Concurrent
Sitemesh
Struts2
Commons Transaction
XWork
Spring LDAP
Apache Commons Lang
Maven 2
Historical Coverage for guice Historical Coverage
These are live code coverage figures taken from the latest CI build for each project.
Please contact us to have your project added to this list.

What is Code Coverage?

Code Coverage is a useful way to view your testing effort. Most importantly, a code coverage report will expose areas of code that are lacking tests.
 
Clover2's per-test coverage allows you to view which tests covered which lines of code. This lets you navigate from your source code to the tests which covered that code, making it possible to check that the coverage resulted from targetted testing.
 
 
For more information regarding Clover2, please visit the Clover2 homepage.
 
The live data and reports above should be used to look at where current testing should focus, and is not nescessarily a definitive indication of the quality of a particular project. The historical reports are very useful for spotting trends such as a decline in testing.