Branch Coverage

blib/lib/Farly/IPv4/Range.pm
Criterion Covered Total %
branch 10 14 71.4


line true false branch
23 1 12 if (defined $last) { }
12 0 elsif (defined $first) { }
43 0 13 if $self->first > $self->last
62 1 0 if ($self->last + 1 == $other->first)
95 10 0 if ($first + $inverse_mask <= $last) { }
104 1 3 if ($mask == 4294967295) { }
113 1 3 if ($first == $last)