line |
l |
!l&&r |
!l&&!r |
condition |
154
|
1 |
1 |
2 |
$$options{'ALLOW_SHELL'} or @$args > 1 |
227
|
1 |
0 |
6 |
$status eq 'completed' or $status eq 'terminated by request' |
|
1 |
2 |
4 |
$status eq 'completed' or $status eq 'terminated by request' or $status eq 'terminated by error' |
256
|
4 |
8 |
47 |
$status eq 'completed' || $status eq 'terminated by request' || $status eq 'terminated by error' |
310
|
21 |
84 |
105 |
/^\.\.?$/ or -d $_ |
313
|
21 |
21 |
63 |
$file eq '___proc_async_stdout___' or $file eq '___proc_async_stderr___' |
|
42 |
21 |
42 |
$file eq '___proc_async_stdout___' or $file eq '___proc_async_stderr___' or $file eq '___proc_async_status.cfg' |
424
|
0 |
0 |
0 |
$Proc::Async::Config{'d_waitpid'} eq 'define' || $Proc::Async::Config{'d_wait4'} eq 'define' |