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.

Project Reviews

  • Thumbs up

    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.

    posted by Jim Showalter 96 days ago
    If you'd like to rate this review, please log in.
  • Thumbs up

    Cobertura is an invaluable (and free!!) tool that is essential to my development toolkit. Uncovered code == Undiscovered defects

    posted by durp 44 days ago
    If you'd like to rate this review, please log in.
  • Thumbs up

    great reports - needs a bit of improvement to work w/ Groovy

    posted by anonymous 64 days ago
    If you'd like to rate this review, please log in.
  • Thumbs up

    Great tool ! Even no plugin for Netbeans availale (yet).

    posted by Sven H. 57 days ago
    If you'd like to rate this review, please log in.
  • Thumbs up

    cobertura worked great with junit tests and ant..... but i have a problem with junit plugin tests... do you have any suggestions or a sample ant skript? i always get the error "workspace closed" because i do not know how to launch eclipse via ant......

    posted by Lisa 87 days ago
    If you'd like to rate this review, please log in.
  • Thumbs up

    Works well

    posted by Terry 60 days ago
    If you'd like to rate this review, please log in.

Rate and Review

Would you recommend this project?






<

Related Projects

Cobertura Actions

Thanks for your rating!

Would you also like to write a review?





Skip Review