blib/lib/Net/Server/Daemonize.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 0 | 16 | 0.0 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
39 | 0 | 0 | 0 | not -s $pid_file and -M _ > "0.01" |
line | l | !l | condition |
---|---|---|---|
42 | 0 | 0 | readline $fh || '' |
60 | 0 | 0 | $pid_file || die(qq[Couldn't remove pid_file "$pid_file" [$!]\n]) |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
39 | 0 | 0 | 0 | not -e $pid_file or not -s $pid_file and -M _ > "0.01" |
101 | 0 | 0 | 0 | !defined($id) || $< == $id || $> == $id |
135 | 0 | 0 | 0 | $< != $uid or $> != $uid |