blib/lib/Lingua/Stem/Any.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 9 | 12 | 75.0 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
178 | 9 | 22 | 65 | $self->source and $sources{$self->source}{'languages'}{$self->language} |
220 | 185 | 0 | 4 | $exceptions and exists $$exceptions{$word} |
266 | 2 | 0 | 1 | $source and $sources{$source} |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
201 | 51 | 13 | 0 | $self->_stemmers->{$self->source} ||= $sources{$self->source}{'builder'}($self->language) |