Condition Coverage

blib/lib/Cisco/SNMP.pm
Criterion Covered Total %
condition 0 29 0.0


and 3 conditions

line !l l&&!r l&&r condition
31 0 0 0 defined $s and not $s =~ /^Cisco::SNMP/
34 0 0 0 defined $v and $v =~ /^4|6|${\2;}|$AF_INET6$/
94 0 0 0 $params{'version'} =~ /[1,2]/ and not defined $params{'community'}
294 0 0 0 @oids == 0 and @vals == 0
351 0 0 0 defined $h{'port'} and !($h{'port'} =~ /^\d{1,5}$/) || $h{'port'} < 1 || $h{'port'} > 65535
385 0 0 0 defined $ret and inet_ntoa($ret) eq $h{'host'}

or 2 conditions

line l !l condition
208 0 0 $idx1 || 0

or 3 conditions

line l !l&&r !l&&!r condition
35 0 0 0 $v == 4 or $v == 2
52 0 0 0 ref $self || $self
351 0 0 0 !($h{'port'} =~ /^\d{1,5}$/) || $h{'port'} < 1 || $h{'port'} > 65535