blib/lib/Text/Fuzzy/PP.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 0 | 30 | 0.0 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
106 | 0 | 0 | 0 | $target_length and $$self{'length'} |
129 | 0 | 0 | 0 | $max != -1 and abs $$self{'length'} - length($$words[$_]) > $max |
135 | 0 | 0 | 0 | $max != -1 and _alphabet_difference($$self{'source'}, $$words[$_]) > $max |
311 | 0 | 0 | 0 | $max_distance != -1 and $scores[$source_length + 1][$target_length + 1] > $max_distance |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
43 | 0 | 0 | 0 | $onoff == 0 or $onoff == 1 |
85 | 0 | 0 | 0 | $onoff == 0 or $onoff == 1 |
90 | 0 | 0 | 0 | $onoff == 0 or $onoff == 1 |
143 | 0 | 0 | 0 | $max == -1 or $d < $max |
209 | 0 | 0 | 0 | $j < $min_j or $j > $max_j |
324 | 0 | 0 | 0 | exists $dict{$char} or $target =~ /$char/ |