| blib/lib/Tie/Hash/Abbrev.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 4 | 6 | 66.6 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 78 | 0 | 0 | 111 | $pos <= $#$self and $key eq substr($$self[$pos], 0, length $key) |
| 81 | 8 | 61 | 77 | $pos + 2 <= $#$self and $key eq substr($$self[$pos + 2], 0, length $key) |