| lib/NetObj/MacAddress.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 6 | 8 | 75.0 |
| 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 |
| line | l | !l | condition |
|---|---|---|---|
| 63 | 7 | 42 | $format //= 'base16' |