| blib/lib/TAPx/Harness.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % | 
| condition | 25 | 44 | 56.8 | 
| line | !l | l&&!r | l&&r | condition | 
|---|---|---|---|---|
| 431 | 0 | 4 | 5 | $total and $total == $passed | 
| 4 | 0 | 5 | $total and $total == $passed and not $aggregate->has_problems | |
| 605 | 7 | 4 | 6 | defined $next and $next == $num + 1 | 
| 728 | 27 | 0 | 0 | $show_count and $result->is_test | 
| 828 | 0 | 0 | 0 | !(shift())->verbose && -t STDOUT | 
| 834 | 3 | 0 | 0 | $self->failures && !$result->is_ok | 
| line | l | !l | condition | 
|---|---|---|---|
| 126 | 40 | 10 | $$self{$method} ||= [] | 
| 237 | 25 | 3 | $arg_for ||= {} | 
| 726 | 10 | 0 | $parser->tests_planned || 0 | 
| 749 | 0 | 0 | $elapsed || '<1' | 
| line | l | !l&&r | !l&&!r | condition | 
|---|---|---|---|---|
| 122 | 2 | 2 | 30 | $method eq 'lib' or $method eq 'switches' | 
| 421 | 9 | 0 | 0 | $$arg_for{'end'} || 'Benchmark'->new | 
| 434 | 4 | 0 | 5 | $total != $passed or $aggregate->has_problems | 
| 4 | 1 | 4 | $total != $passed or $aggregate->has_problems or $aggregate->skipped | |
| 459 | 0 | 1 | 0 | $self->errors or 1 == @errors | 
| 817 | 0 | 0 | 5 | $self->verbose && !$self->failures || $result->is_comment && !$self->quiet && ($result->is_test || !$parser->in_todo) || $self->_should_show_failure($result) |