Branch Coverage

blib/lib/Lingua/Stem/De.pm
Criterion Covered Total %
branch 10 24 41.6


line true false branch
81 0 1 if $#_ == -1
83 1 0 if (ref $_[0]) { }
94 1 2 if ($key eq '-words') { }
1 1 elsif ($key eq '-exceptions') { }
1 0 elsif ($key eq '-locale') { }
109 0 14 if (exists $exceptions->{$_})
116 0 0 if ($Stem_Caching and exists $Stem_Cache->{$original_word})
122 0 14 if $Stem_Caching
124 1 0 if $Stem_Caching < 2
151 0 0 if (ref $_[0]) { }
157 0 0 if (defined $caching_level)
158 0 0 unless ($caching_level =~ /^[012]$/)