2

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!

Omer Dagan
  • 14,868
  • 16
  • 44
  • 60

1 Answers1

3

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

trans1st0r
  • 2,023
  • 2
  • 17
  • 23