What is your favourite Code Coverage tool(s) (Free and non-free)
Posted
by Scott Bennett-McLeish
on Stack Overflow
See other posts from Stack Overflow
or by Scott Bennett-McLeish
Published on 2008-09-02T11:59:30Z
Indexed on
2010/05/04
4:48 UTC
Read the original article
Hit count: 295
What is your favourite Code Coverage tool(s) (Free/non-free) and how do you use them effectively?
There are several options available, such as:
- CodeCover
- Coverlipse
- Emma / EclEmma
- Atlassian Clover (commercial)
- Cobertura
- Crap4j
I have CodeCover telling me various chunks of my code are 58% covered etc. But how does this help me write better code?
© Stack Overflow or respective owner