| blib/lib/Catalyst/Controller/WrapCGI.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 7 | 16 | 43.7 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 124 | 23 | 0 | 0 | defined $location and length $location |
| 23 | 0 | 0 | defined $location and length $location and $res->code == 200 | |
| 202 | 25 | 0 | 0 | $c->can('user_exists') && $c->user_exists |
| line | l | !l | condition |
|---|---|---|---|
| 166 | 23 | 0 | $c->req->body_parameters || {} |
| 199 | 0 | 25 | $self->{'CGI'}{'username_field'} || 'username' |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 205 | 0 | 1 | 24 | $username ||= $c->req->remote_user |