| lib/IPC/RunExternal.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 6 | 15 | 40.0 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 100 | 0 | 0 | 7 | $command ne $EMPTY_STR and $timeout >= 0 |
| 129 | 4 | 2 | 13 | $out_handles_open > 0 and $slept_secs < $timeout |
| 154 | 13 | 0 | 0 | $print_progress_indicator == $TRUE and $out_handles_open > 0 |
| 157 | 13 | 0 | 0 | $execute_every_second and $out_handles_open > 0 |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 69 | 0 | 0 | 0 | $parameter_tags->{'print_progress_indicator'} == $FALSE or $parameter_tags->{'print_progress_indicator'} == $TRUE |