line |
!l |
l&&!r |
l&&r |
condition |
103
|
10 |
6 |
14 |
@{$self->settlements;} == 2 and not $location->is_adjacent($self->settlements->[1]->location) |
|
16 |
14 |
0 |
@{$self->settlements;} == 2 and not $location->is_adjacent($self->settlements->[1]->location) and @{$self->roads;} == 1 |
199
|
15 |
12 |
7 |
$_->type eq $type and not $card |
295
|
0 |
0 |
3624 |
$paths and ref $paths eq 'ARRAY' |
|
0 |
0 |
3624 |
$paths and ref $paths eq 'ARRAY' and @$paths |
|
0 |
0 |
3624 |
$paths and ref $paths eq 'ARRAY' and @$paths and $intersections |
|
0 |
0 |
3624 |
$paths and ref $paths eq 'ARRAY' and @$paths and $intersections and ref $intersections eq 'HASH' |
|
0 |
0 |
3624 |
$paths and ref $paths eq 'ARRAY' and @$paths and $intersections and ref $intersections eq 'HASH' and keys %$intersections |