Branch Coverage

blib/lib/SNMP/ToolBox.pm
Criterion Covered Total %
branch 15 16 93.7


line true false branch
32 0 5 $#a > $#b ? :
55 1 14 unless ref $oid_list eq 'ARRAY'
65 66 69 if $walk_base and index($$oid_list[$i], $walk_base) != 0
68 14 55 unless defined $first_idx
71 6 63 if ($$oid_list[$i] eq $req_oid) { }
5 58 elsif (index($$oid_list[$i], $req_oid) == 0) { }
83 11 3 defined $next_oid_idx && $next_oid_idx <= $#{$oid_list;} ? :
88 3 11 if index($next_oid, $walk_base) != 0