Clover does not collect certain objects

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

+3
source share
1 answer

Make sure that the compilation module of the corresponding class does not have the CLOVER: OFF directive, and make sure that the cool file works with Clover.

Clover, , , - . Atlassian , JVM, .

, . ; , .

+3

All Articles