| blib/lib/Convert/Bencode.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| branch | 13 | 14 | 92.8 |
| line | true | false | branch |
|---|---|---|---|
| 88 | 1 | 9 | if (ref $item eq 'HASH') |
| 97 | 1 | 8 | if (ref $item eq 'ARRAY') |
| 105 | 3 | 5 | if ($item =~ /^\d+$/) |
| 127 | 1 | 9 | if ($item eq 'd') |
| 138 | 1 | 8 | if ($item eq 'l') |
| 148 | 3 | 5 | if ($item eq 'i') |
| 157 | 5 | 0 | if ($item =~ /\d/) |