如何使用Cobertura测试基准Dacapo的覆盖率?
最近,我正在使用一个新的基准测试:Dacapo(这里是网站:http://dacapobench.org/)。
我的老师告诉我使用 Cobertura 来测试 Dacapo 中 11 个基准的分支覆盖率。与此同时,我正在学习Cobertura。我发现 Cobertura 检测 .class 文件,然后运行它们来获取一些报告。而 Dacapo 是一个 .jar 文件,其中包含许多文件。我只是不知道如何用 Cobertura 测试它们。
如果您能提供一些有用的建议,我们将不胜感激。谢谢!
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!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
如果您使用 ant,Cobertura 可以检测 jar 文件:
Cobertura can instrument jar files if you use ant: