blib/lib/Mojolicious/Plugin/Web/Auth.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 0 | 11 | 0.0 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
39 | 0 | 0 | 0 | defined $forwarded_proto and $forwarded_proto eq 'https' |
line | l | !l | condition |
---|---|---|---|
29 | 0 | 0 | delete $args->{'on_error'} || sub { my($c, $err) = @_; die "Authentication error in ${module}: $err"; } |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
21 | 0 | 0 | 0 | delete $args->{'authenticate_path'} || "/auth/$moniker/authenticate" |
22 | 0 | 0 | 0 | delete $args->{'callback_path'} || "/auth/$moniker/callback" |