| blib/lib/LCS/Similar.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 19 | 20 | 100.0 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 21 | 1 | 1 | 150 | $amin <= $amax and $bmin <= $bmax |
| 2 | 49 | 101 | $amin <= $amax and $bmin <= $bmax and $a->[$amin] eq $b->[$bmin] | |
| 25 | 3 | 5 | 154 | $amin <= $amax and $bmin <= $bmax |
| 8 | 43 | 111 | $amin <= $amax and $bmin <= $bmax and $a->[$amax] eq $b->[$bmax] | |
| 82 | 36 | 15 | 423 | $i > 0 and $j > 0 |
| line | l | !l | condition |
|---|---|---|---|
| 30 | 20 | 31 | $compare //= sub { $_[0] eq $_[1]; } |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 13 | 8 | 4 | 0 | ref $class || $class |