| blib/lib/Data/Radius/Decode.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| branch | 14 | 22 | 63.6 |
| line | true | false | branch |
|---|---|---|---|
| 67 | 0 | 1 | if length $value < 1 |
| 70 | 0 | 1 | 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 | 3 | 25 | $attr->{'has_tag'} ? : |
| 168 | 10 | 18 | wantarray ? : |