Branch Coverage

blib/lib/Games/WordFind.pm
Criterion Covered Total %
branch 0 40 0.0


line true false branch
75 0 0 if ($self->check_length($word))
86 0 0 if ($tries > $trials)
98 0 0 if ($$self{'lattice'}[$i][$j] ne '*') { }
119 0 0 if length $_[0] <= $$self{'cols'}
133 0 0 unless (@{$ranges[0];} and @{$ranges[1];})
143 0 0 if ($$self{'intersect'}) { }
144 0 0 if ($$self{'lattice'}[$i][$j] eq '*' or $$self{'lattice'}[$i][$j] eq $letter) { }
154 0 0 if ($$self{'lattice'}[$i][$j] eq '*') { }
183 0 0 @words > 2 ? :
190 0 0 if ($$opts_ref{'solution'})
221 0 0 @words > 2 ? :
222 0 0 if (@line < 3)
223 0 0 @line == 2 ? :
251 0 0 if ($$opts_ref{'solution'})
270 0 0 if ($$opts_ref{'wrapper'})
302 0 0 @words > 2 ? :
303 0 0 if (@line < 3)
304 0 0 @line == 2 ? :
325 0 0 if ($$opts_ref{'solution'})
338 0 0 if ($$opts_ref{'wrapper'})