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
As far as I know, gcovr provides some flags that help in removing unreachable branches (--exclude-unreachable-branches). Is there something like this provided by lcov? I attach and example with the multiple branches detected by lcov for an if-else statement.