Branch Coverage

blib/lib/Chess/Plisco/Engine/TranspositionTable.pm
Criterion Covered Total %
branch 18 18 100.0


line true false branch
61 913124 569325 unless my $entry = $$self[$lookup_key % scalar(@$self)]
64 394640 174685 if $stored_key != $lookup_key
67 33057 141628 if $move
69 161005 13680 if ($edepth >= $depth)
70 108555 52450 if ($flags == 0)
71 18 108537 if ($value <= -14488) { }
31 108506 elsif ($value >= 14488) { }
82 7992 44458 if ($flags == 1 and $value <= $alpha)
86 14392 30066 if ($flags == 2 and $value >= $beta)