| blib/lib/Dancer/Plugin/Auth/Extensible.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 6 | 12 | 50.0 |
| line | l | !l | condition |
|---|---|---|---|
| 307 | 2 | 0 | $role_match++ and last |
| 312 | 1 | 0 | $role_match++ and last |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 521 | 27 | 7 | 0 | not $realm and session()->{'logged_in_user'} |
| line | l | !l | condition |
|---|---|---|---|
| 668 | 0 | 1 | params()->{'return_url'} || '' |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 218 | 0 | 0 | 14 | not $coderef or ref $coderef ne 'CODE' |