| blib/lib/Command/Runner.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 12 | 18 | 66.6 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 23 | 34 | 21 | 0 | $command and $commandf |
| 24 | 21 | 32 | 2 | not $command and $commandf |
| 73 | 0 | 0 | 21 | length $stdout and my $sub = $self->{'stdout'} |
| 78 | 6 | 0 | 15 | not $self->{'redirect'} and length $stderr |
| 6 | 0 | 15 | not $self->{'redirect'} and length $stderr and my $sub = $self->{'stderr'} | |
| 208 | 399 | 0 | 131 | $timeout_at and not $timeout |