line |
!l |
l&&!r |
l&&r |
condition |
104
|
0 |
434 |
4340 |
$line = $self->_l and $line ne "\n" |
114
|
0 |
434 |
434 |
defined($line = $self->_l) and $line eq "\n" |
191
|
110 |
200 |
122 |
$self->_move->source_type eq 'stack' and $self->_move->dest_type eq 'stack' |
|
310 |
42 |
80 |
$self->_move->source_type eq 'stack' and $self->_move->dest_type eq 'stack' and $self->_move->num_cards > 1 |
|
242 |
0 |
80 |
$self->_move->source_type eq 'stack' and $self->_move->dest_type eq 'stack' and $self->_move->num_cards > 1 and $self->_variant_params->sequence_move eq 'limited' |
214
|
80 |
80 |
480 |
$idx != $ultimate_dest and $idx != $ultimate_source |
|
160 |
448 |
32 |
$idx != $ultimate_dest and $idx != $ultimate_source and not $self->_st->get_column($idx)->len |