blib/lib/Message/Passing/Role/Script.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
branch | 0 | 24 | 0.0 |
line | true | false | branch |
---|---|---|---|
39 | 0 | 0 | if ($self->_has_pid_file) |
40 | 0 | 0 | unless open $fh, '>', $self->pid_file |
43 | 0 | 0 | if ($self->daemonize) |
44 | 0 | 0 | if fork |
46 | 0 | 0 | if fork |
50 | 0 | 0 | if ($fh) |
59 | 0 | 0 | if ($self->_has_user) |
65 | 0 | 0 | if ($gid) |
66 | 0 | 0 | unless setgid($gid) |
68 | 0 | 0 | if ($uid) |
69 | 0 | 0 | unless setuid($uid) |
75 | 0 | 0 | unless $self->_has_io_priority |