blib/lib/ZMQ/Raw/Loop/Timer.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 5 | 12 | 41.6 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
110 | 12 | 1 | 0 | $args{'on_cancel'} and ref $args{'on_cancel'} ne 'CODE' |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
100 | 0 | 0 | 13 | not $args{'timer'} or ref $args{'timer'} ne 'ZMQ::Raw::Timer' |
105 | 0 | 0 | 13 | not $args{'on_timeout'} or ref $args{'on_timeout'} ne 'CODE' |
115 | 0 | 13 | 0 | ref $this || $this |