Cobertura
Description
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.
Cobertura Web SiteUser Ratings
User Reviews
-
The solution to the test coverage in my multi-module projects. Great tool!
-
Great tool ! Even no plugin for Netbeans availale (yet).
-
Cobertura is the best coverage tool I've ever used! It doesn't miss anything (which is Clover's problem), and it doesn't incorrectly mark covered code as uncovered (which is EMMA's problem). The only remaining problem I have is that one test method is too big, and I can break it up as a workaround. I'm going to push to have this used where I work. This deserves to have an Eclipse plug-in.
-
Wonderful project. Excellent works !
-
Useful tool. Thanks for sharing.
-
Nice and Easy to use.