line |
!l |
l&&!r |
l&&r |
condition |
65
|
2 |
1 |
2 |
$c->isa('Catalyst::Plugin::Session::State') and $c->isa('Catalyst::Plugin::Session::Store')
|
98
|
0 |
0 |
1 |
$c->_session_plugin_config->{'flash_to_stash'} and $c->sessionid
|
|
0 |
0 |
1 |
$c->_session_plugin_config->{'flash_to_stash'} and $c->sessionid and my $flash_data = $c->flash
|
208
|
0 |
0 |
2 |
not exists $keep->{$key} and Object::Signature::signature(\$flash_data->{$key}) eq $hashes->{$key}
|
259
|
6 |
0 |
0 |
$c->_session_plugin_config->{'verify_address'} and exists $session_data->{'__address'}
|
|
0 |
0 |
0 |
$c->_session_plugin_config->{'verify_address'} and exists $session_data->{'__address'} and $session_data->{'__address'} ne $c->request->address
|
271
|
6 |
0 |
0 |
$c->_session_plugin_config->{'verify_user_agent'} and $session_data->{'__user_agent'} ne $c->request->user_agent
|
line |
l |
!l |
condition |
48
|
14 |
1 |
$c->config->{'session'} || {}
|
205
|
3 |
3 |
$c->_flash_key_hashes || {}
|
206
|
1 |
5 |
$c->_flash_keep_keys || {}
|
255
|
6 |
0 |
$c->get_session_data("session:$sid") || (return)
|
320
|
0 |
6 |
+($data || $c->_session || {})->{'__expire_keys'} || {}
|
392
|
0 |
0 |
$c->_session_plugin_config->{'expiry_threshold'} || 0
|
422
|
0 |
0 |
$expires ||= 0
|
432
|
6 |
0 |
$c->get_session_data("expires:$sid") || 0
|
595
|
0 |
0 |
$c->request->address || ''
|
|
0 |
0 |
$c->request->user_agent || ''
|