| blib/lib/Command/Runner.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 13 | 27 | 48.1 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 25 | 24 | 15 | 0 | $command and $commandf |
| 75 | 0 | 0 | 16 | length $stdout and my $sub = $self->{'stdout'} |
| 80 | 5 | 0 | 11 | not $self->{'redirect'} and length $stderr |
| 5 | 0 | 11 | not $self->{'redirect'} and length $stderr and my $sub = $self->{'stderr'} | |
| 163 | 0 | 0 | 0 | $timeout and my $signal = $timeout->signal |
| 169 | 0 | 0 | 0 | $timeout && $timeout->signaled |
| 225 | 206 | 175 | 5 | $timeout and my $signal = $timeout->signal |
| 257 | 12 | 0 | 4 | $timeout && $timeout->signaled |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 98 | 0 | 0 | 16 | $self->{'env'} or $self->{'cwd'} |