line |
!l |
l&&!r |
l&&r |
condition |
101
|
0 |
0 |
0 |
@{$self->settlements;} == 2 and not $location->is_adjacent($self->settlements->[1]->location) |
|
0 |
0 |
0 |
@{$self->settlements;} == 2 and not $location->is_adjacent($self->settlements->[1]->location) and @{$self->roads;} == 1 |
197
|
0 |
0 |
0 |
$_->type eq $type and not $card |
288
|
0 |
0 |
0 |
$paths and ref $paths eq 'ARRAY' |
|
0 |
0 |
0 |
$paths and ref $paths eq 'ARRAY' and @$paths |
|
0 |
0 |
0 |
$paths and ref $paths eq 'ARRAY' and @$paths and $intersections |
|
0 |
0 |
0 |
$paths and ref $paths eq 'ARRAY' and @$paths and $intersections and ref $intersections eq 'HASH' |
|
0 |
0 |
0 |
$paths and ref $paths eq 'ARRAY' and @$paths and $intersections and ref $intersections eq 'HASH' and keys %$intersections |