Branch Coverage

blib/lib/Games/Boggle.pm
Criterion Covered Total %
branch 10 10 100.0


line true false branch
108 1 15 if $word =~ /Q(?!U)/
110 2 13 unless $self->_have_letters($word)
112 5 8 wantarray ? :
120 2 55 unless $$self{'_has'}{$let}
126 83 121 if (length $word > 1)