| line |
!l |
l&&!r |
l&&r |
condition |
|
147
|
20 |
0 |
0 |
$self->config->{'auto_update_user'} and $self->store->can("auto_update_user")
|
|
148
|
1 |
0 |
0 |
$self->config->{'auto_create_user'} and $self->store->can("auto_create_user")
|
|
175
|
24 |
0 |
0 |
$c->can("session") and $self->config->{'use_session'}
|
|
|
0 |
0 |
0 |
$c->can("session") and $self->config->{'use_session'} and $c->session_is_valid
|
|
216
|
20 |
0 |
0 |
$c->can("session") and $self->config->{'use_session'}
|
|
|
0 |
0 |
0 |
$c->can("session") and $self->config->{'use_session'} and $user->supports("session")
|
|
238
|
0 |
0 |
0 |
$c->can("session") and $self->config->{'use_session'}
|
|
|
0 |
0 |
0 |
$c->can("session") and $self->config->{'use_session'} and $c->session_is_valid
|