Condition Coverage

blib/lib/AnyEvent/SNMP.pm
Criterion Covered Total %
condition 0 14 0.0


and 3 conditions

line !l l&&!r l&&r condition
196 0 0 0 $retries-- > 0 and $!{'EAGAIN'} || $!{'EWOULDBLOCK'} || $!{'ENOSPC'}
232 0 0 0 $count < $MIN_RECVQUEUE and @QUEUE
325 0 0 0 $DONE and &$DONE()

or 2 conditions

line l !l condition
286 0 0 int $MAX_OUTSTANDING * 0.95 || 1

or 3 conditions

line l !l&&r !l&&!r condition
196 0 0 0 $!{'EAGAIN'} || $!{'EWOULDBLOCK'} || $!{'ENOSPC'}