| blib/lib/Text/Contraction.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 6 | 15 | 40.0 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 45 | 0 | 0 | 0 | $minRatio >= 0 and $minRatio <= 1 |
| 77 | 0 | 0 | 0 | defined $file and -s $file |
| 142 | 35 | 17 | 0 | defined $bestScore and $score > $bestScore |
| 145 | 0 | 22 | 0 | $score > 0 and !defined($bestScore) || $score < $bestScore |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 145 | 15 | 2 | 5 | !defined($bestScore) || $score < $bestScore |