Description
While reviewing the coverage report for persistency, I noticed that the branch coverage appears to be inaccurate. The report includes generated branches that are not actual branches requiring developer coverage.
For example:
The highlighted lines do not represent real branches.
kindly check generated coverage html files on attachments.
cpp_coverage.zip
Suggested fix :
by adding '--filter branch" to genhtml command will filter out most of these compiler generated branches.
Description
While reviewing the coverage report for persistency, I noticed that the branch coverage appears to be inaccurate. The report includes generated branches that are not actual branches requiring developer coverage.
For example:
The highlighted lines do not represent real branches.
kindly check generated coverage html files on attachments.
cpp_coverage.zip
Suggested fix :
by adding '--filter branch" to genhtml command will filter out most of these compiler generated branches.