| lib/Proc/Command.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| branch | 8 | 22 | 36.3 |
| line | true | false | branch |
|---|---|---|---|
| 34 | 1 | 0 | if $_[0] eq 'Proc::Command' or ref $_[0] |
| 37 | 1 | 0 | unless $trys |
| 38 | 1 | 0 | unless $sleep |
| 48 | 0 | 1 | if $^O eq 'VMS' |
| 49 | 0 | 1 | unless (open CMD, '-|', $command) |
| 50 | 0 | 0 | unless ($i < $trys) |
| 54 | 0 | 0 | unless $i < $trys |
| 59 | 0 | 1 | unless (close CMD) |
| 60 | 0 | 0 | unless ($i < $trys) |
| 69 | 0 | 1 | unless @response |
| 70 | 0 | 1 | wantarray ? : |