| blib/lib/TAP/Harness.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 18 | 23 | 78.2 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 455 | 93 | 0 | 0 | -t ($arg_for{'stdout'} || \*STDOUT) and not $ENV{'HARNESS_NOTTY'} |
| 492 | 89 | 0 | 4 | defined $rulesfile and -r $rulesfile |
| line | l | !l | condition |
|---|---|---|---|
| 96 | 382 | 54 | $self->{$method} ||= [] |
| 430 | 88 | 5 | $arg_for ||= {} |
| 455 | 15 | 78 | $arg_for{'stdout'} || \*STDOUT |
| 807 | 5 | 1 | ref $args{'exec'} || '' |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 92 | 21 | 21 | 336 | $method eq 'lib' or $method eq 'switches' |
| 458 | 10 | 455 | 0 | $self->$attr || $class |
| 618 | 5 | 0 | 1 | not defined $job or $job->is_spinner |