EclEmma - Code Coverage Tool that just works
I came across this Code Coverage tool for Java called EclEmma. http://www.eclemma.org
If you use eclipse then I would highly recommend this. Just install it from the marketplace
Then Go to Run->Coverage choose a single test, a package or the whole project (as test suite) and click coverage.
And, there you go - the results.
It does a great job of showing you what's covered and what's not!









