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}$/) { }
51 0 0 unless (defined $r)
69 0 0 unless (defined $ret{$ARPKEYS[$oid]})
85 0 0 if ($_ == 1) { }
0 0 elsif ($_ == 3) { }
91 0 0 $ret{$ARPKEYS[$_]}[$arp] =~ /^0x/ ? :
0 0 $ret{$ARPKEYS[$_]}[$arp] =~ /^\0/ ? :
96 0 0 exists $ArpType{$ret{$ARPKEYS[$_]}[$arp]} ? :
119 0 0 unless (defined $val1)
120 0 0 unless (defined $val2)