blib/lib/CGI/Application/Plugin/RequireSSL.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 6 | 12 | 50.0 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
181 | 1 | 0 | 4 | $self->param('require_ssl') || $SSL_RUN_MODES{$rm} and not $self->query->https |
194 | 1 | 0 | 0 | $self->query->https and not $$self{'CGI::Application::Plugin::RequireSSLkeep_in_ssl'} || $self->param('require_ssl') || $SSL_RUN_MODES{$rm} |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
181 | 2 | 2 | 1 | $self->param('require_ssl') || $SSL_RUN_MODES{$rm} |
194 | 0 | 0 | 0 | $$self{'CGI::Application::Plugin::RequireSSLkeep_in_ssl'} || $self->param('require_ssl') || $SSL_RUN_MODES{$rm} |