blib/lib/TAP/Formatter/File/Session.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 6 | 6 | 100.0 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
51 | 82 | 258 | 44 | not $formatter->quiet and $formatter->verbose || $result->is_test && $formatter->failures && !$result->is_ok || $formatter->comments && $result->is_comment || $result->has_directive && $formatter->directives |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
51 | 8 | 15 | 258 | $formatter->verbose || $result->is_test && $formatter->failures && !$result->is_ok || $formatter->comments && $result->is_comment || $result->has_directive && $formatter->directives |