| blib/lib/Chess/Plisco/Engine/Tree.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 22 | 34 | 64.7 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 83 | 0 | 5910 | 0 | $eta < 4 and not $self->{'max_depth'} |
| 5910 | 0 | 0 | $eta < 4 and not $self->{'max_depth'} and not $self->{'max_nodes'} | |
| 219 | 84077 | 12672 | 0 | $tt_move and $ply == 1 |
| 268 | 152898 | 368 | 44 | $ply == 1 && $self->{'print_current_move'} |
| 286 | 13530 | 17519 | 0 | $is_pv && !$legal |
| 288 | 28149 | 15 | 2885 | $val > $alpha and $val < $beta |
| 292 | 1364 | 1521 | 0 | $is_pv && !$legal |
| 299 | 545425 | 412 | 0 | $is_pv && !$legal |
| 480 | 446498 | 0 | 0 | $is_pv && !$legal |
| line | l | !l | condition |
|---|---|---|---|
| 61 | 307 | 0 | $info || sub { } |
| 541 | 307 | 0 | $self->{'max_depth'} || 511 |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 193 | 9 | 151 | 21 | $repetitions >= 2 or $n >= $history_length |