| blib/lib/Dancer/Plugin/Auth/Extensible.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 6 | 12 | 50.0 |
| line | l | !l | condition |
|---|---|---|---|
| 304 | 2 | 0 | $role_match++ and last |
| 309 | 1 | 0 | $role_match++ and last |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 499 | 26 | 0 | 8 | not $realm and session()->{'logged_in_user'} |
| line | l | !l | condition |
|---|---|---|---|
| 610 | 0 | 1 | params()->{'return_url'} || '' |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 215 | 0 | 0 | 14 | not $coderef or ref $coderef ne 'CODE' |