| blib/lib/ZMQ/Raw/Loop/Handle.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 13 | 18 | 72.2 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 96 | 1 | 5 | 1 | $args{'on_readable'} and ref $args{'on_readable'} ne 'CODE' |
| 101 | 5 | 0 | 1 | $args{'on_writable'} and ref $args{'on_writable'} ne 'CODE' |
| 106 | 0 | 4 | 1 | $args{'on_timeout'} and ref $args{'on_timeout'} ne 'CODE' |
| 111 | 0 | 3 | 1 | $args{'on_timeout'} and not exists $args{'timeout'} |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 91 | 6 | 1 | 1 | $args{'on_readable'} or $args{'on_writable'} |
| 116 | 0 | 3 | 0 | ref $this || $this |