blib/lib/Input/Validator/Constraint/Ip.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 7 | 15 | 46.6 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
17 | 0 | 0 | 42 | /^\d+$/ and $_ >= 0 |
0 | 1 | 41 | /^\d+$/ and $_ >= 0 and $_ <= 255 | |
23 | 0 | 0 | 1 | $octets[1] >= 16 and $octets[1] <= 31 |
1 | 1 | 0 | $octets[0] == 172 and ($octets[1] >= 16 and $octets[1] <= 31) | |
24 | 0 | 0 | 1 | $octets[0] == 192 and $octets[1] == 168 |