lib/BalanceOfPower/Role/Shopper.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
branch | 0 | 24 | 0.0 |
line | true | false | branch |
---|---|---|---|
29 | 0 | 0 | $type eq 'goods' || $type eq 'prestige' ? : |
30 | 0 | 0 | if (not $nation) { } |
33 | 0 | 0 | if (@stat_values == 0) { } |
62 | 0 | 0 | if $max_value == 0 |
122 | 0 | 0 | unless (grep {$_ eq $what;} @products) |
126 | 0 | 0 | if ($player->get_friendship($player->position) < 30) |
133 | 0 | 0 | if ($action eq 'buy') { } |
0 | 0 | elsif ($action eq 'sell') { } | |
135 | 0 | 0 | if ($cost > $player->money) |
139 | 0 | 0 | if ($q > $player->cargo_free_space) |
149 | 0 | 0 | if ($have < $q) |
153 | 0 | 0 | if (exists $flags->{'bm'}) { } |