| blib/lib/Algorithm/LCS/XS.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 9 | 18 | 50.0 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 33 | 0 | 0 | 400004 | $amin <= $amax and $bmin <= $bmax |
| 0 | 200002 | 200002 | $amin <= $amax and $bmin <= $bmax and $a->[$amin] eq $b->[$bmin] | |
| 37 | 0 | 0 | 600006 | $amin <= $amax and $bmin <= $bmax |
| 0 | 200002 | 400004 | $amin <= $amax and $bmin <= $bmax and $a->[$amax] eq $b->[$bmax] |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 61 | 100000 | 1 | 0 | $alg //= "Algorithm::LCS::XS"->new |
| 71 | 100000 | 0 | 0 | $alg //= "Algorithm::LCS::XS"->new |