| lib/ControlFreak/Proxy.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 14 | 32 | 43.7 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 171 | 0 | 0 | 5 | $$svc{'proxy'} and $$svc{'proxy'} eq $proxy |
| 411 | 2 | 0 | 1 | POSIX::WIFEXITED($es) and not POSIX::WEXITSTATUS($es) |
| 0 | 0 | 2 | POSIX::WIFSIGNALED($es) and POSIX::WTERMSIG($es) == 15 | |
| 518 | 0 | 4 | 4 | $status and $status eq 'started' |
| 0 | 0 | 4 | $status and $status eq 'stopped' | |
| 547 | 0 | 6 | 0 | $svcname and $svcname eq '-' |
| line | l | !l | condition |
|---|---|---|---|
| 90 | 0 | 3 | $$proxy{'env'} ||= {} |
| 376 | 0 | 5 | $param{'err_cb'} ||= sub { } |
| 439 | 0 | 0 | $message || 'unknown proxy error' |
| 459 | 0 | 3 | $param{'ok_cb'} ||= sub { } |
| 460 | 0 | 3 | $param{'err_cb'} ||= sub { } |
| 514 | 8 | 0 | $$data{'name'} || '' |
| 554 | 6 | 0 | $svcname ||= '' |