| lib/Games/Checkers/BoardTree.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| branch | 0 | 24 | 0.0 |
| line | true | false | branch |
|---|---|---|---|
| 81 | 0 | 0 | unless defined $min |
| 82 | 0 | 0 | unless defined $max |
| 86 | 0 | 0 | $main::RULES{'GIVE_AWAY'} ? : |
| 89 | 0 | 0 | if ($level <= 0) { } |
| 92 | 0 | 0 | unless $self->{'expanded'} |
| 97 | 0 | 0 | if ($is_maximizing) { } |
| 98 | 0 | 0 | if ($score > $min) |
| 104 | 0 | 0 | if ($score < $max) |
| 110 | 0 | 0 | if $min >= $max |
| 119 | 0 | 0 | $is_maximizing ? : |
| 0 | 0 | wantarray ? : | |
| 153 | 0 | 0 | unless $son |