Branch Coverage

blib/lib/Lingua/Stem/Ru.pm
Criterion Covered Total %
branch 18 38 47.3


line true false branch
27 0 3 if $#_ == -1
29 3 0 if (ref $_[0]) { }
40 3 0 if ($key eq '-words') { }
0 0 elsif ($key eq '-exceptions') { }
0 0 elsif ($key eq '-locale') { }
57 0 9 if (exists $exceptions->{$_})
64 0 0 if ($Stem_Caching and exists $Stem_Cache->{$original_word})
71 0 9 if $Stem_Caching
73 3 0 if $Stem_Caching < 2
82 0 0 if ($Stem_Caching and exists $Stem_Cache->{$word})
87 217 49465 unless $RV
90 49033 432 unless ($RV =~ s/$PERFECTIVEGROUND//)
93 15241 33792 if ($RV =~ s/$ADJECTIVE//) { }
96 20694 13098 unless $RV =~ s/$VERB//
104 406 49059 if $RV =~ /$DERIVATIONAL/
107 49034 431 unless ($RV =~ s/\330$//)
117 0 0 if (ref $_[0]) { }
123 0 0 if (defined $caching_level)
124 0 0 unless ($caching_level =~ /^[012]$/)