| blib/lib/Net/BitTorrent/Protocol/BEP10.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 7 | 9 | 77.7 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 21 | 1 | 9 | 0 | defined $msgID and $msgID =~ /^\d+$/ |
| 38 | 1 | 2 | 0 | $packet and length $packet |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 27 | 2 | 2 | 3 | not $data or ref $data ne 'HASH' |