Branch Coverage

blib/lib/Lingua/Stem/Da.pm
Criterion Covered Total %
branch 11 26 42.3


line true false branch
83 0 1 if $#_ == -1
85 1 0 if (ref $_[0]) { }
96 1 2 if ($key eq '-words') { }
1 1 elsif ($key eq '-exceptions') { }
1 0 elsif ($key eq '-locale') { }
108 0 1 $Stem_Caching > 1 ? :
113 0 3 if (exists $exceptions->{$_})
120 0 0 if ($Stem_Caching and exists $Stem_Cache->{$original_word})
126 0 3 if $Stem_Caching
128 1 0 if $Stem_Caching < 2
155 0 0 if (ref $_[0]) { }
161 0 0 if (defined $caching_level)
162 0 0 unless ($caching_level =~ /^[012]$/)