blib/lib/Proc/Pidfile.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 7 | 15 | 46.6 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
69 | 0 | 0 | 28 | defined $pid and $pid =~ /([0-9]+)/ |
158 | 0 | 1 | 20 | $pidfile and -e $pidfile |
161 | 0 | 0 | 3 | $^O ne "MSWin32" and $^O ne "riscos" |
163 | 0 | 0 | 17 | $pidfile and -e $pidfile |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
94 | 7 | 0 | 1 | kill(0, $pid) || $!{'EPERM'} |