Omer Dagan
Omer Dagan

Reputation: 15976

how to see line coverage in Bullseye

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!

Upvotes: 3

Views: 4764

Answers (1)

trans1st0r
trans1st0r

Reputation: 2073

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

Upvotes: 4

Related Questions