| blib/lib/ZMQ/Raw/Loop/Event.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 11 | 15 | 73.3 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 114 | 4 | 3 | 1 | $args{'on_timeout'} and ref $args{'on_timeout'} ne 'CODE' |
| 119 | 4 | 2 | 1 | $args{'on_timeout'} and not exists $args{'timeout'} |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 104 | 1 | 0 | 9 | not defined $context or ref $context ne 'ZMQ::Raw::Context' |
| 109 | 0 | 1 | 8 | not $args{'on_set'} or ref $args{'on_set'} ne 'CODE' |
| 131 | 0 | 6 | 0 | ref $this || $this |