| lib/NetObj/IPv4Address.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| branch | 12 | 12 | 100.0 |
| line | true | false | branch |
|---|---|---|---|
| 28 | 1 | 12 | if ref $ipaddr eq 'NetObj::IPv4Address' |
| 40 | 1 | 35 | unless defined $ip |
| 41 | 1 | 34 | if @args |
| 43 | 7 | 27 | if ref $ip eq 'NetObj::IPv4Address' |
| 45 | 20 | 7 | unless length $ip == 4 |
| 46 | 8 | 19 | unless $ip |