| blib/lib/TAP/Formatter/Base.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 12 | 14 | 85.7 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 39 | 11 | 1 | 1 | not ref $ref and ref \$ref eq 'GLOB' |
| 336 | 4 | 0 | 0 | @errors > $MAX_ERRORS and not $self->errors |
| 446 | 15 | 4 | 6 | defined $next and $next == $num + 1 |
| line | l | !l | condition |
|---|---|---|---|
| 80 | 93 | 2 | $arg_for ||= {} |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 306 | 12 | 3 | 23 | $total != $passed or $aggregate->has_problems |