| blib/lib/Bracket/Controller/Root.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 0 | 12 | 0.0 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 60 | 0 | 0 | 0 | $c->req->args->[0] and $c->req->args->[0] != $c->user->id |
| 0 | 0 | 0 | $c->action eq $c->controller("Player")->action_for("home") and ($c->req->args->[0] and $c->req->args->[0] != $c->user->id) | |
| 81 | 0 | 0 | 0 | !$c->stash->{"is_admin"} && $c->stash->{"is_game_time"} |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 60 | 0 | 0 | 0 | $c->action ne $c->controller("Player")->action_for("home") or $c->action eq $c->controller("Player")->action_for("home") and ($c->req->args->[0] and $c->req->args->[0] != $c->user->id) |