| blib/lib/Data/Radius/Decode.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| branch | 14 | 26 | 53.8 |
| line | true | false | branch |
|---|---|---|---|
| 69 | 0 | 1 | if length $value < 1 |
| 72 | 0 | 1 | if ($tag > 31) |
| 100 | 0 | 0 | unless $binary |
| 102 | 0 | 0 | unless $ip_val |
| 111 | 1 | 1 | if (length $ip == 4) |
| 119 | 3 | 0 | if (($attr->{'vendor'} // "") eq "Cisco") |
| 121 | 1 | 2 | if ($attr->{'id'} == 1) { } |
| 147 | 0 | 3 | if (not $attr) { } |
| 152 | 1 | 2 | if (is_enum_type($attr->{'type'})) |
| 169 | 0 | 0 | if length $value != 5 |
| 181 | 0 | 0 | if length $value != 17 |
| 192 | 3 | 28 | $attr->{'has_tag'} ? : |
| 194 | 13 | 18 | wantarray ? : |