-
Notifications
You must be signed in to change notification settings - Fork 160
Open
Description
I used gtest as my unit test framework and OpenCppCoverage to generge code coverage reports.
For a cpp source file, each line is eithor covered or not covered, except that include not need to be counted.
But In my coverage report, the rows that are covered and uncovered are only a part of the file, and the other rows are not counted. What's the reason for this?
What should I do if I want to count all the rows of source file?
Thank you very much and look forward to your reply.
Metadata
Metadata
Assignees
Labels
No labels