I tried the clove selector on xwiki-commons/xwiki-commons-core/xwiki-commons-component/xwiki-commons-component-default with java -jar /Users/vmassol/dev/dspot/dspot/target/dspot-1.1.1-SNAPSHOT-jar-with-dependencies.jar --path-to-properties dspot.properties --test-criterion CloverCoverageSelector --verbose --generate-new-test-class --with-comment and was surprised that it didn't generate any test. Especially since when executed with the jacoco selector it does generate new tests (19 new tests to be precise).
I understand that the clover selector increases branch coverage while the jacoco one increases instruction coverage. Is that the reason or is there another problem?
I'm attaching the output dir.
output.zip