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 is an invaluable (and free!!) tool that is essential to my development toolkit. Uncovered code == Undiscovered defects
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.
Copyright © 2009 Geeknet, Inc. All rights reserved. Terms of Use
Thanks for your rating!
Would you also like to write a review?