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
This patch exposes the variable $excl_line and $excl_br_line so they can
be set in the configuration file. It is not always possible to add the
exclusion markers to the code with reasons like third party code,
company policy, legacy code, no commit access etc.
One obvious use case is to exclude assert() from the branch coverage and
abort() from line coverage. They are never meant to be triggered unless
something is wrong. Other use cases can be custom error handling macros
or macros that depend on endianness, like htons().
Signed-off-by: Daniel Fahlgren <[email protected]>
0 commit comments