Posts Tagged Clover

How to make Clover ignore private constructors

I’ve been using Clover for some time in FEST and I have found very useful. I don’t believe in “x”% coverage as a sign of good-quality code. Instead, I use code coverage to decide which parts of my code need more testing. Something I’m not comfortable with is seeing 0% coverage in private constructors. IMHO, [...]

, ,

No Comments