blib/lib/TAP/Formatter/Console/Session.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 8 | 17 | 47.0 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
133 | 39 | 0 | 0 | $show_count and $is_test |
147 | 9 | 30 | 0 | not $quiet and $verbose || $is_test && $failures && !$result->is_ok || $comments && $result->is_comment || $directives && $result->has_directive |
170 | 14 | 0 | 0 | $show_count and not $really_quiet |
line | l | !l | condition |
---|---|---|---|
128 | 10 | 0 | $parser->tests_planned || '?' |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
17 | 68 | 14 | 0 | $self->{'_closures'} ||= $self->_closures |
147 | 0 | 0 | 10 | $verbose || $is_test && $failures && !$result->is_ok || $comments && $result->is_comment || $directives && $result->has_directive |