blib/lib/Tie/Hash/Abbrev/BibRefs.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 0 | 12 | 0.0 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
291 | 0 | 0 | 0 | $pos < $#{$$self[0];} and lc $$self[0][$pos + 2] eq lc $key |
329 | 0 | 0 | 0 | ($pos += 3) < $#$data and $prefix eq substr($$data[$pos], 0, length $prefix) |
429 | 0 | 0 | 0 | $a < $b and $a < $#$data |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
339 | 0 | 0 | 0 | !defined($$data[$pos + 1]) || $$data[$pos + 1] ne $$data[$found] |