You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When using genhtml with --rc branch_coverage=1 --rc c_file_extensions=c,cpp,hpp,h,inl --filter branch,exception, how to identify exactly which branches are covered/uncovered in the generated report? Specifically:
For line 103 in my report (which shows 14 branches), which specific branches are covered (+) and which are not (-)?
Is there a quick method to locate uncovered branches in the report?