| blib/lib/Bracket/Controller/Region.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 0 | 9 | 0.0 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 130 | 0 | 0 | 0 | $player != $c->user->id and not "admin" eq any(@user_roles) |
| 136 | 0 | 0 | 0 | $c->stash->{"is_game_time"} and not $c->stash->{"is_admin"} || $edit_allowed |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 136 | 0 | 0 | 0 | $c->stash->{"is_admin"} || $edit_allowed |