lib/ControlFreak/Util.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
branch | 5 | 16 | 31.2 |
line | true | false | branch |
---|---|---|---|
13 | 0 | 0 | if ($address =~ /^unix:(.+)/) { } |
0 | 0 | elsif ($address =~ m[^/]) { } | |
0 | 0 | elsif ($address =~ m[^\w.*/] and not $address =~ /:/) { } | |
31 | 0 | 0 | if ($unix) |
43 | 0 | 0 | unless $sock |
68 | 14 | 7 | if (POSIX::WIFEXITED($status)) |
69 | 14 | 0 | $exit_status ? : |
74 | 7 | 14 | if POSIX::WIFSIGNALED($status) |