Branch Coverage

blib/lib/Lingua/Stem/Uk.pm
Criterion Covered Total %
branch 14 38 36.8


line true false branch
32 0 4 if $#_ == -1
34 4 0 if (ref $_[0]) { }
45 4 0 if ($key eq '-words') { }
0 0 elsif ($key eq '-exceptions') { }
0 0 elsif ($key eq '-locale') { }
62 0 34 if (exists $exceptions->{$_})
69 0 0 if ($Stem_Caching and exists $Stem_Cache->{$original_word})
76 0 34 if $Stem_Caching
78 4 0 if $Stem_Caching < 2
87 0 0 if ($Stem_Caching and exists $Stem_Cache->{$word})
92 0 34 unless $RV
95 32 2 unless ($RV =~ s/$PERFECTIVEGROUND//)
98 29 3 if ($RV =~ s/$ADJECTIVE//) { }
101 0 3 unless $RV =~ s/$VERB//
109 0 34 if $RV =~ /$DERIVATIONAL/
112 34 0 unless ($RV =~ s/\x{44c}$//)
122 0 0 if (ref $_[0]) { }
128 0 0 if (defined $caching_level)
129 0 0 unless ($caching_level =~ /^[012]$/)