| blib/lib/Daemon/DaemonizeLight.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 1 | 15 | 6.6 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 42 | 0 | 0 | 0 | !$pid || $p->{'PID'} == $pid and $p->{'PID'} != $$ |
| 0 | 0 | 0 | !$pid || $p->{'PID'} == $pid and $p->{'PID'} != $$ and $p->{'COMMAND'} =~ /$script/ | |
| 58 | 0 | 0 | 0 | check_process($pid) and $i < 3 |
| 137 | 1 | 0 | 0 | $tmp and -d $tmp |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 42 | 0 | 0 | 0 | !$pid || $p->{'PID'} == $pid |