Branch Coverage

blib/lib/Net/ACL/Match/Prefix.pm
Criterion Covered Total %
branch 15 24 62.5


line true false branch
32 3 5 if ($arg[$#arg] =~ s/\W*([gl]e)\W+(\d+)$//i)
36 0 3 if $arg[$#arg] eq ''
52 0 16 blessed $other && $other->isa('Net::Netmask') ? :
54 4 12 unless ($$this{'_mode'})
56 1 3 $$this{'_net'}->base eq $other->base && $$this{'_net'}->bits == $other->bits ? :
59 3 9 unless $$this{'_net'}->match($other->base)
60 0 9 if $$this{'_net'}->bits > $other->bits
61 0 9 if $$this{'_size'} == $other->bits
62 5 4 $$this{'_size'} < $other->bits == ($$this{'_mode'} eq 'ge') ? :
68 0 0 (shift()) =~ /([lg]e)/ ? :
0 4 @_ ? :
75 0 0 @_ ? :