blib/lib/Bencode.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 14 | 14 | 100.0 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
62 | 12 | 8 | 4 | defined $max_depth and $max_depth < 0 |
75 | 13 | 9 | 3 | defined $max_depth and $max_depth < 0 |
92 | 2 | 17 | 5 | not $do_lenient_decode and defined $last_key |
19 | 4 | 1 | not $do_lenient_decode and defined $last_key and $key lt $last_key |
line | l | !l | condition |
---|---|---|---|
14 | 33 | 5 | pos $_ || 0 |