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.
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