gcov 忽略标准库分支?

发布于 2024-12-27 02:01:36 字数 473 浏览 2 评论 0原文

我正在尝试使用 gcov/lcov 为我的源代码测试套件生成报告。有没有办法告诉 gcov 忽略标准库产生的分支。例如, stringstream

                     :          2 :             std::stringstream myss;
 156 [ +  - ][ +  - ]:          1 :             myss << "Testing" << std::endl;

另外,我在所有源文件中使用名称空间。在文件末尾,gcov 会报告有三个分支。这些树枝是从哪里来的?

     [ +  - ][ +  - ]:          7 : } // end namespace
     [ +  - ][ +  - ]
     [ +  - ][ +  - ]

非常感谢您的任何意见!

I'm trying to use gcov/lcov to generate a report for my test suites for my source code. Is there a way to tell gcov to ignore the branches incurred by standard libraries. For example, stringstream

                     :          2 :             std::stringstream myss;
 156 [ +  - ][ +  - ]:          1 :             myss << "Testing" << std::endl;

Also, I use namespace in all of my source files. At the end of the file, gcov would report thre are branches. Where are those branches coming from ?

     [ +  - ][ +  - ]:          7 : } // end namespace
     [ +  - ][ +  - ]
     [ +  - ][ +  - ]

Thank you very much for any input!

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

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

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。
列表为空,暂无数据
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文