blib/lib/Proc/SafeExec.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 9 | 24 | 37.5 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
238 | 0 | 20 | 0 | $$options{'exec'} and $$options{'fork'} |
239 | 20 | 0 | 0 | $$self{'debug'} and $$options{'exec'} |
470 | 0 | 0 | 13 | $$self{'need_wait'} and not $$self{'no_autowait'} |
0 | 12 | 1 | $$self{'need_wait'} and not $$self{'no_autowait'} and not defined $$self{'exit_status'} | |
474 | 13 | 0 | 0 | $$self{'exit_status'} and not $$self{'fetched_exit_status'} |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
224 | 0 | 20 | 0 | ref $package || $package |
237 | 20 | 0 | 0 | $$options{'exec'} or $$options{'fork'} |
445 | 0 | 0 | 13 | $$options{'no_close'} or $$options{'nonblock'} |