I noticed that clover does not collect results for one specific class that I have. Its a domain object that has 3 overloaded constructors.
It appears in clover reports with 0% coverage. I even wrote a dummy test case to test all constructors, access methods, etc., and it was detected as having 0% coverage
Other objects in one package are perfectly matched by clover
is there anything i need to do to make sure this object is taken by clover?
Thanks Damien
source
share