Branch Coverage

blib/lib/Game/WordBrain/Speller.pm
Criterion Covered Total %
branch 2 6 33.3


line true false branch
61 2 0 unless (exists $args->{'word_list'})
75 2 0 if ($args->{'word_list'} eq 'Game::WordBrain::WordList') { }
86 0 0 unless open my $words_fh, '<', $args->{'word_list'}