| blib/lib/IPC/Manager/Base/FS.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 6 | 15 | 40.0 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 122 | 0 | 0 | 0 | $pid and $self->pid_is_running($pid) |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 87 | 0 | 8 | 0 | $self->{'pidfile'} //= $self->peer_pid_file($self->{'id'}) |
| 92 | 33 | 8 | 0 | $self->{'path'} //= "File::Spec"->catfile($self->{'route'}, $self->{'id'}) |
| 97 | 32 | 8 | 0 | $self->{'resume_file'} //= "File::Spec"->catfile($self->{'route'}, $self->{'id'} . '.resume') |
| 238 | 0 | 2 | 0 | delete $params{'template'} // "PerlIPCManager-${$}-XXXXXX" |