Condition Coverage

blib/lib/NSNMP/Simple.pm
Criterion Covered Total %
condition 10 12 83.3


and 3 conditions

line !l l&&!r l&&r condition
143 695 1 3 $resp_decoded->request_id ne $request_id and not $resp_decoded->request_id =~ /\A\0+\Q$request_id\E\z/
181 1 9 1 $int >= 0 and ($rv & "\200") ne "\000"

or 3 conditions

line l !l&&r !l&&!r condition
109 704 1 0 $NSNMP::Simple::socket ||= 'IO::Socket::INET'->new('Proto', 'udp')
143 5 0 699 not $resp_decoded or $resp_decoded->request_id ne $request_id and not $resp_decoded->request_id =~ /\A\0+\Q$request_id\E\z/