测试 jRuby 的代码覆盖率

发布于 2024-12-22 03:52:24 字数 187 浏览 2 评论 0原文

出于兴趣,是否有任何易于设置和使用 jRuby-1.5.3 和 jRuby-1.6.5 的代码覆盖率工具:

  1. 测试覆盖率(C0、C1、C2)
  2. 性能(内存使用、内存泄漏)
  3. 最佳

实践写下你的想法是个好主意,因为我花了近一周的时间试图突破这个问题。

谢谢。

Just out of interest, are there any easy to setup and work with code coverage tools for jRuby-1.5.3 and jRuby-1.6.5:

  1. Testing coverage (C0, C1, C2)
  2. Performance (Memory use, memory leaking)
  3. Best practices

That would be a great idea to write down your thought, as I'm trying to break through this for almost a week.

Thank you.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

我的黑色迷你裙 2024-12-29 03:52:24

对于问题 #1,据我所知,在 1.9 模式下运行的 JRuby 1.6.x 的代码覆盖率因以下开放缺陷而被阻止: JRuby 6106

如果您在 1.8 模式下运行,您应该能够使用 rcov 宝石。

To question #1, so far as I know, code coverage for JRuby 1.6.x running in 1.9 mode is blocked on this open defect: JRuby 6106

If you're running in 1.8 mode, you should be able to use the rcov gem.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文