| blib/lib/Future/IO/System.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| branch | 0 | 24 | 0.0 |
| line | true | false | branch |
|---|---|---|---|
| 120 | 0 | 0 | if $want_in |
| 124 | 0 | 0 | if $want_out |
| 128 | 0 | 0 | if $want_err |
| 131 | 0 | 0 | unless defined(my $pid = fork) |
| 134 | 0 | 0 | if ($pid) { } |
| 140 | 0 | 0 | if ($want_in) |
| 146 | 0 | 0 | if ($want_out) |
| 151 | 0 | 0 | if ($want_err) |
| 161 | 0 | 0 | if ($want_in) |
| 166 | 0 | 0 | if ($want_out) |
| 171 | 0 | 0 | if ($want_err) |
| 176 | 0 | 0 | unless exec @$argv |