Condition Coverage

lib/NetObj/MacAddress.pm
Criterion Covered Total %
condition 6 8 75.0


and 3 conditions

line !l l&&!r l&&r condition
43 34 5 0 ref $mac eq 'HASH' and exists $mac->{'binary'}
0 4 1 ref $mac eq 'HASH' and exists $mac->{'binary'} and length $mac->{'binary'} == 6

or 2 conditions

line l !l condition
63 7 42 $format //= 'base16'