在rcov中,有没有办法找到哪个测试方法遍历了给定的正在测试的代码行?
在 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我很确定 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.