byte-physics / igortest

Igor Pro Universal Testing Framework
https://docs.byte-physics.de/igor-unit-testing-framework/
BSD 3-Clause "New" or "Revised" License
7 stars 2 forks source link

Allow to exclude lines from tracing #438

Open t-b opened 1 year ago

t-b commented 1 year ago

See https://stackoverflow.com/a/30078276 how that works in gcov/lcov.

The use case is to exclude unreachable code (i.e. impossible default clauses which just assert out) from influencing coverage.