blib/lib/TAP/Formatter/File/Session.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
branch | 14 | 14 | 100.0 |
line | true | false | branch |
---|---|---|---|
43 | 2 | 384 | if ($result->is_bailout) |
51 | 31 | 271 | if (not $formatter->quiet and $formatter->verbose || $result->is_test && $formatter->failures && !$result->is_ok || $formatter->comments && $result->is_comment || $result->has_directive && $formatter->directives) |
78 | 19 | 72 | if $formatter->really_quiet |
79 | 4 | 68 | if (my $skip_all = $parser->skip_all) { } |
32 | 36 | elsif ($parser->has_problems) { } | |
84 | 5 | 27 | $self->{'results'} ? : |
90 | 5 | 31 | $self->{'results'} ? : |