在rcov中,有没有办法找到哪个测试方法遍历了给定的正在测试的代码行?

发布于 2024-12-15 20:50:02 字数 57 浏览 1 评论 0原文

在 rcov 中,有没有办法找到哪些测试方法被跟踪为覆盖了给定的代码行(在您正在测试的目标代码中)?

In rcov, is there a way to find which test methods were tracked as having covered a given line of code (in your target code that you're testing)?

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

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

发布评论

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

评论(1

活雷疯 2024-12-22 20:50:02

我很确定 rcov 不支持此功能。

由于 CoverageInfo 类的文档表明, rcov 仅跟踪给定的亚麻布是被执行的,而不是在什么情况下执行的。

i'm pretty sure, that rcov doesn't support this feature.

Since the documentation for the CoverageInfo Class suggests, that rcov only tracks if a given linen was executed, not in what context.

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