blib/lib/Mojolicious/Plugin/Ident.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
branch | 16 | 16 | 100.0 |
line | true | false | branch |
---|---|---|---|
27 | 7 | 6 | if ref $_[-1] eq 'CODE' |
32 | 7 | 6 | if ($callback) |
65 | 3 | 2 | if ($ident_response->is_success) { } |
79 | 10 | 5 | if ref $_[-1] eq 'CODE' |
82 | 10 | 5 | if ($callback) { } |
88 | 4 | 6 | if (defined $controller->session('ident_same_user')) { } |
98 | 4 | 2 | if ($res->is_success) { } |
115 | 1 | 2 | if $@ |