blib/lib/Plack/Middleware/DoormanAuthentication.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
branch | 6 | 6 | 100.0 |
line | true | false | branch |
---|---|---|---|
26 | 2 | 4 | if ($request->method eq 'POST' and $request->path eq $self->sign_in_path) { } |
1 | 3 | elsif ($request->method eq 'GET' and $request->path eq $self->sign_out_path) { } | |
28 | 1 | 1 | if ($success) { } |