blib/lib/Data/Radius/Decode.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
branch | 11 | 22 | 50.0 |
line | true | false | branch |
---|---|---|---|
67 | 0 | 0 | if length $value < 1 |
70 | 0 | 0 | if ($tag > 31) |
98 | 0 | 0 | unless $binary |
100 | 0 | 0 | unless $ip_val |
109 | 1 | 1 | if (length $ip == 4) |
117 | 3 | 0 | if (($attr->{'vendor'} // '') eq 'Cisco') |
119 | 1 | 2 | if ($attr->{'id'} == 1) { } |
145 | 0 | 3 | if (not $attr) { } |
150 | 1 | 2 | if (is_enum_type($attr->{'type'})) |
166 | 0 | 21 | $attr->{'has_tag'} ? : |
168 | 3 | 18 | wantarray ? : |