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.
The text was updated successfully, but these errors were encountered:
Afraid you won’t like the answer ☺
Much like your previous issue – I had also implemented a ‘bogus branch filter’ feature (again, in my diffcov branch – pull request but not merged to master).
There is a moderately extensive discussion of the issues, limitations, etc. in issues #101 and #75 – as well as in the man page for the --filter option.
While I hope this is helpful – I suspect it is not.
Henry
Maybe talk to your IT and/or install a personal copy of the tool – and see if it works for you or not?
Our IT is not always cooperative – but it is usually possible to get something installed…especially if you can claim that it is critical for some upcoming IP release ;-)
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.
The text was updated successfully, but these errors were encountered: