Branch Coverage

blib/lib/ZMQ/Raw/Loop/Event.pm
Criterion Covered Total %
branch 12 12 100.0


line true false branch
28 2 262 @_ > 1 ? :
104 1 9 if (not defined $context or ref $context ne 'ZMQ::Raw::Context')
109 1 8 if (not $args{'on_set'} or ref $args{'on_set'} ne 'CODE')
114 1 7 if ($args{'on_timeout'} and ref $args{'on_timeout'} ne 'CODE')
119 1 6 if ($args{'on_timeout'} and not exists $args{'timeout'})
159 14 21 if defined $this->read_handle->recv('ZMQ::Raw'->ZMQ_DONTWAIT)