| lib/NetObj/MacAddress.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| branch | 16 | 16 | 100.0 |
| line | true | false | branch |
|---|---|---|---|
| 24 | 1 | 7 | if ref $macaddr eq 'NetObj::MacAddress' |
| 36 | 1 | 34 | unless defined $mac |
| 37 | 1 | 33 | if @args |
| 39 | 2 | 31 | if ref $mac eq 'NetObj::MacAddress' |
| 41 | 28 | 3 | unless length $mac == 6 |
| 42 | 3 | 28 | unless $mac |
| 54 | 9 | 38 | unless (exists $$formatter{$format}) |
| 57 | 8 | 1 | if (defined &$sub) { } |