Condition Coverage

blib/lib/Net/SNMP/Mixin/IpRouteTable.pm
Criterion Covered Total %
condition 3 14 21.4


and 3 conditions

line !l l&&!r l&&r condition
235 2 2 0 exists get_init_slot($session)->{$prefix} and get_init_slot($session)->{$prefix} == 0
4 0 0 exists get_init_slot($session)->{$prefix} and get_init_slot($session)->{$prefix} == 0 and not $reload

or 2 conditions

line l !l condition
184 0 0 $session->{$prefix}{'ipRouteType'}{$idx} || -1
185 0 0 $ip_route_type_enum{$ipRouteType} || 'unknown'
186 0 0 $session->{$prefix}{'ipRouteProto'}{$idx} || -1
187 0 0 $ip_route_proto_enum{$ipRouteProto} || 'unknown'