zeek/testing/btest/Baseline/coverage.coverage-blacklist
Jon Siwek 713e3ac5d0 Add "# @no-test" tag to blacklist statements from test coverage analysis.
It can apply to either single statements:

    print "don't cover"; # @no-test

or a block of statements:

    if ( F )
        { # @no-test
        ...
        }
2012-01-13 14:52:58 -06:00
..
output Add "# @no-test" tag to blacklist statements from test coverage analysis. 2012-01-13 14:52:58 -06:00