blib/lib/Lingua/LA/Stemmer.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
branch | 11 | 20 | 55.0 |
line | true | false | branch |
---|---|---|---|
24 | 0 | 1 | ref $_[0] ? : |
35 | 0 | 9 | if ($word =~ /que$/o) |
36 | 0 | 0 | if ($que_words{$word}) { } |
46 | 7 | 118 | if ($word =~ /$suffix$/) |
47 | 7 | 0 | if (length($word) - length($suffix) >= 2) { } |
59 | 1 | 49 | if ($word =~ /$suffix$/) |
60 | 1 | 0 | if ($word =~ /$suffix$/) |
62 | 0 | 9 | if ($word =~ s/$term$/$verb_suffix_transform_dict{$term}/) |
66 | 1 | 0 | if (length($word) - length($suffix) >= 2) { } |
79 | 1 | 0 | wantarray ? : |