Branch Coverage

blib/lib/Lingua/Stem/No.pm
Criterion Covered Total %
branch 12 26 46.1


line true false branch
80 0 1 if $#_ == -1
82 1 0 if (ref $_[0]) { }
93 1 2 if ($key eq '-words') { }
1 1 elsif ($key eq '-exceptions') { }
1 0 elsif ($key eq '-locale') { }
105 0 1 $Stem_Caching > 1 ? :
110 0 2 if (exists $$exceptions{$_})
117 0 2 if ($Stem_Caching and exists $$Stem_Cache{$original_word})
123 0 2 if $Stem_Caching
126 1 0 if $Stem_Caching < 2
153 0 0 if (ref $_[0]) { }
159 0 0 if (defined $caching_level)
160 0 0 unless ($caching_level =~ /^[012]$/)