Recently I started using BullseyeCoverage. I'm going through the steps: compiling with BullseyeCoverage, running some test cases on the binaries created, generating a coverage report.

In the coverage report there are: function coverage, and condition/decision coverage. However, there is no line coverage. I tried to find a way of generating line coverage statistics, unsuccessfully. I thought of using covbr to this end, but, I need something that will cover all of my sources altogether.

Thanks for your help!

有帮助吗?

解决方案

Bullseye does not support line coverage (which is also called statement coverage).For reasons, see http://www.bullseye.com/statementCoverage.html

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top