| blib/lib/Message/Passing/Role/Script.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| branch | 0 | 24 | 0.0 |
| line | true | false | branch |
|---|---|---|---|
| 48 | 0 | 0 | if ($self->_has_pid_file) |
| 49 | 0 | 0 | unless open $fh, '>', $self->pid_file |
| 52 | 0 | 0 | if ($self->daemonize) |
| 53 | 0 | 0 | if fork |
| 55 | 0 | 0 | if fork |
| 59 | 0 | 0 | if ($fh) |
| 68 | 0 | 0 | if ($self->_has_user) |
| 74 | 0 | 0 | if ($gid) |
| 75 | 0 | 0 | unless setgid($gid) |
| 77 | 0 | 0 | if ($uid) |
| 78 | 0 | 0 | unless setuid($uid) |
| 84 | 0 | 0 | unless $self->_has_io_priority |