Condition Coverage

blib/lib/Net/Routing.pm
Criterion Covered Total %
condition 0 18 0.0


and 3 conditions

line !l l&&!r l&&r condition
186 0 0 0 $route->{'route'} and $route->{'route'} ne '0.0.0.0/0'
0 0 0 $route->{'route'} and $route->{'route'} ne '0.0.0.0/0' and $route->{'route'} ne '::/0'
193 0 0 0 not $@ and $r
201 0 0 0 @routes == 0 and $target_type eq 'ipv4' || $target_type eq 'ipv6'

or 3 conditions

line l !l&&r !l&&!r condition
173 0 0 0 $target_type eq 'ipv4' or $target_type eq 'ipv6'
201 0 0 0 $target_type eq 'ipv4' || $target_type eq 'ipv6'