final TestInstrumenter testInstrumenter = new TestInstrumenter(this, cloverOutputTestSourceDirectory);
if (isJavaProject()) {
mainInstrumenter.instrument();
if (this.includesTestSourceRoots) {
testInstrumenter.instrument();
}
}
// add clover.jar to classpath
addCloverDependencyToCompileClasspath();