line |
!l |
l&&!r |
l&&r |
condition |
79
|
0 |
0 |
0 |
$handle->{'dbh'}{'Active'} and $conn_details->{'connection_check_threshold'} |
|
0 |
0 |
0 |
$handle->{'dbh'}{'Active'} and $conn_details->{'connection_check_threshold'} and time - $handle->{'last_connection_check'} < $conn_details->{'connection_check_threshold'} |
111
|
0 |
0 |
0 |
ref $handle_key and ref $handle_key ne ref $def_handle |
182
|
0 |
0 |
0 |
exists $return_settings->{'connectivity-check-threshold'} and not exists $return_settings->{'connection_check_threshold'} |
230
|
0 |
0 |
0 |
$driver eq 'SQLite' and $settings->{'database'} |
|
0 |
0 |
0 |
$driver eq 'SQLite' and $settings->{'database'} and not $settings->{'dbname'} |
254
|
0 |
0 |
0 |
lc $app_charset eq 'utf-8' and $auto_utf8 |
264
|
0 |
0 |
0 |
$param and not $settings->{'dbi_params'}{$param} |