Coverage---Cobertura
注意点:
cobertura-1.7 --- jdk1.5
cobertura-1.9.4 --- jdk1.6(应该)
build.dir.main -- java编译后位置
coverage.out -- coverage输出位置
src.main -- 源码位置
三部曲:
instrument junit coverage-report
Junit中的重点
<classpath location="${instrumented.dir}" />
<classpath location="${classes.dir}" />