blib/lib/LCS/Tiny.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 17 | 18 | 100.0 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
26 | 1 | 1 | 35 | $amin <= $amax and $bmin <= $bmax |
2 | 22 | 13 | $amin <= $amax and $bmin <= $bmax and $$a[$amin] eq $$b[$bmin] | |
30 | 2 | 4 | 25 | $amin <= $amax and $bmin <= $bmax |
6 | 18 | 7 | $amin <= $amax and $bmin <= $bmax and $$a[$amax] eq $$b[$bmax] |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
12 | 4 | 2 | 0 | ref $class || $class |
47 | 14 | 69 | 29 | not @$thresh or $j > $$thresh[-1] |