| line |
!l |
l&&!r |
l&&r |
condition |
|
98
|
20 |
0 |
0 |
$c->can("session") and $c->config->{'Plugin::Authentication'}{'use_session'}
|
|
|
0 |
0 |
0 |
$c->can("session") and $c->config->{'Plugin::Authentication'}{'use_session'} and $c->session_is_valid
|
|
153
|
17 |
0 |
0 |
$c->can("session") and $c->config->{'Plugin::Authentication'}{'use_session'}
|
|
|
0 |
0 |
0 |
$c->can("session") and $c->config->{'Plugin::Authentication'}{'use_session'} and $c->session_is_valid
|
|
|
0 |
0 |
0 |
$c->can("session") and $c->config->{'Plugin::Authentication'}{'use_session'} and $c->session_is_valid and exists $c->session->{'__user_realm'}
|
|
261
|
5 |
6 |
3 |
ref $realmshash->{$realm} eq "HASH" and exists $realmshash->{$realm}{'credential'} || exists $realmshash->{$realm}{'class'}
|
|
276
|
1 |
0 |
5 |
exists $cfg->{'default_realm'} and not $app->get_auth_realm("default")
|
|
299
|
0 |
0 |
0 |
exists $cfg->{'store'} and not exists $cfg->{'stores'}{'default'}
|