Project Quality Leaderboard
Historical Coverage for guice
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.