blib/lib/Algorithm/Closest/NetworkAddress.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
branch | 7 | 8 | 87.5 |
line | true | false | branch |
---|---|---|---|
21 | 23 | 38 | if ($a =~ /^\d+\.\d+\.\d+\.\d+$/) { } |
34 | 41 | 61 | if (defined $a and defined $b and $a eq $b) { } |
68 | 0 | 10 | unless defined $target |
73 | 11 | 39 | if ($r > $best_level) |