Branch Coverage

blib/lib/Pod/Spell/CommonMistakes/WordList.pm
Criterion Covered Total %
branch 5 8 62.5


line true false branch
126 0 77 if (exists $case{$w})
782 1 76 if (exists $common{$lcw})
784 0 1 if ($w =~ /^[[:upper:]]+$/) { }
0 1 elsif ($w =~ /^[[:upper:]]/) { }