Recently, I was using a new benchmark: Dacapo(Here is the website:http://dacapobench.org/).
My teacher told me to use the Cobertura to test the branch coverage of 11 benchmarks in Dacapo. Meanwhile, I was learning Cobertura. I found that Cobertura instruments .class file and then running them to get some reports. While Dacapo is a .jar file combines many files in it. I just do not know how to test them with Cobertura.
It will appreciated if you can provide some useful advice. Thanks!