lib/Catan/Event/Robber.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 3 | 9 | 33.3 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
76 | 0 | 0 | 7 | $tile and $tile->isa('Catan::Map::Tile') |
0 | 0 | 7 | $tile and $tile->isa('Catan::Map::Tile') and $players | |
0 | 0 | 7 | $tile and $tile->isa('Catan::Map::Tile') and $players and ref $players eq 'ARRAY' |