blib/lib/TAP/Formatter/File/Session.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 4 | 6 | 66.6 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
51 | 82 | 302 | 0 | 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 | 0 | 273 | $formatter->verbose || $result->is_test && $formatter->failures && !$result->is_ok || $formatter->comments && $result->is_comment || $result->has_directive && $formatter->directives |