lib/Catan/Map/Intersection.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
branch | 0 | 14 | 0.0 |
line | true | false | branch |
---|---|---|---|
14 | 0 | 0 | unless $tiles and ref $tiles eq 'ARRAY' and @$tiles == 3 |
22 | 0 | 0 | unless $t1 eq $t2 or $t1->hex_distance($t2) == 1 |
39 | 0 | 0 | unless $location and $location->isa('Catan::Map::Intersection') || $location->isa('Catan::Map::Path') |
42 | 0 | 0 | $location->isa('Catan::Map::Path') ? : |
51 | 0 | 0 | unless $location and $location->isa('Catan::Map::Intersection') || $location->isa('Catan::Map::Tile') |
57 | 0 | 0 | if ($location->isa('Catan::Map::Intersection')) { } |
73 | 0 | 0 | $tile eq $location ? : |