Branch Coverage

blib/lib/Cisco/SNMP/ARP.pm
Criterion Covered Total %
branch 0 26 0.0


line true false branch
34 0 0 if (not defined $idx) { }
0 0 elsif (not $idx =~ /^\d+$/) { }
41 0 0 if (not defined $ip) { }
0 0 elsif (not $ip =~ /^\d{1,3}\.\d{1,3}\.\d{1,3}\.\d{1,3}$/) { }
53 0 0 unless (defined $r)
70 0 0 unless (defined $ret{$ARPKEYS[$oid]})
86 0 0 if ($_ == 1) { }
0 0 elsif ($_ == 3) { }
87 0 0 $ret{$ARPKEYS[$_]}[$arp] =~ /^0x/ ? :
0 0 $ret{$ARPKEYS[$_]}[$arp] =~ /^\0/ ? :
89 0 0 exists $ArpType{$ret{$ARPKEYS[$_]}[$arp]} ? :
111 0 0 unless (defined $val1)
112 0 0 unless (defined $val2)