Condition Coverage

blib/lib/Text/Levenshtein/Damerau/PP.pm
Criterion Covered Total %
condition 11 12 91.6


and 3 conditions

line !l l&&!r l&&r condition
18 9 54 0 $target_length and $source_length
83 45 7 1 $max_distance != 0 && $max_distance < $score

or 2 conditions

line l !l condition
14 8 55 $max_distance || 0
16 61 2 length $source || 0
17 54 9 length $target || 0