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