| blib/lib/Tapper/CLI/Testplan.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 0 | 9 | 0.0 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 62 | 0 | 0 | 0 | $instance->path and $instance->path =~ /$regex/ |
| 78 | 0 | 0 | 0 | $instance->testruns and grep {$_->testrun_scheduling->status ne 'finished';} $instance->testruns->all |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 133 | 0 | 0 | 0 | $opt->{'help'} or not $opt->{'file'} |