| blib/lib/Child/Link/IPC/Socket/Proc.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 3 | 6 | 50.0 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 35 | 18 | 0 | 14 | not -e $file and $timeout |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 42 | 18 | 0 | 0 | 'IO::Socket::UNIX'->new($file) || croak(q[Could not connect to socket '] . $file . "': $!") |