August 28, 2002

Clover : Code coverage tool for Java

I must try this..I must try this...I must try this

Clover is a code coverage tool for Java. It discovers sections of code that are not being executed. This is used to determine where tests are not adequately exercising the code.

Posted by stuartcw at August 28, 2002 11:13 AM
Comments

I think Clover is actually used to determine the coverage of you unit tests. Other products such as OptimizeIt Coverage by Borland or JProbe Coverage by Sitraka offer line/statement coverage. I happen to use JProbe Coverage and it's pretty good.

-t

Posted by: Ted Nugent at June 25, 2003 01:00 AM