Condition Coverage

blib/lib/Mojolicious/Plugin/Web/Auth.pm
Criterion Covered Total %
condition 0 11 0.0


and 3 conditions

line !l l&&!r l&&r condition
39 0 0 0 defined $forwarded_proto and $forwarded_proto eq 'https'

or 2 conditions

line l !l condition
29 0 0 delete $args->{'on_error'} || sub { my($c, $err) = @_; die "Authentication error in ${module}: $err"; }

or 3 conditions

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"