I noticed clover is not picking up results for 1 particular class that I have. Its a domain object that has 3 overloaded constructors.
It shows up in the clover reports as having 0% coverage. I even wrote a dummy test case to test all the constructors, accessor methods etc and it stilled showed up as having 0% coverage
Other objects in the same package are picked up perfectly ok by clover
is there anything I need to do to ensure that this object is picked up by clover?
Thanks Damien