lib/Games/Checkers/BoardTree.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
branch | 0 | 24 | 0.0 |
line | true | false | branch |
---|---|---|---|
78 | 0 | 0 | unless $cost1 != $cost2 or undef |
80 | 0 | 0 | $cost1 > $cost2 ? : |
81 | 0 | 0 | $cost1 < $cost2 ? : |
82 | 0 | 0 | $Games::Checkers::give_away ? : |
0 | 0 | $color == ($Games::Checkers::give_away ? Black : White) ? : | |
97 | 0 | 0 | if ($level != 0) |
99 | 0 | 0 | unless $$self{'expanded'} |
103 | 0 | 0 | if $best_cost == 1000000000 or $self->is_better_cost($color, $deep_cost, $best_cost) |
110 | 0 | 0 | if (not defined $best_node) { } |
0 | 0 | elsif ($level == $max_level - 1) { } | |
117 | 0 | 0 | wantarray ? : |
150 | 0 | 0 | unless $son |