line | % | coverage | condition |
87 | 0 | | $ENV{'MEMCACHED_NAMESPACE'} || 'koha' |
343 | 33 | | defined $conf_fname and -s $conf_fname |
350 | 0 | | not $INSTALLED_CONFIG_FNAME =~ /__KOHA_CONF_DIR/ and -s $INSTALLED_CONFIG_FNAME |
| 25 | | exists $ENV{'KOHA_CONF'} and $ENV{'KOHA_CONF'} and -s $ENV{'KOHA_CONF'} |
585 | 0 | | $type and $type eq 'YesNo' and $value eq '' |
644 | 0 | | defined $$context{'Zconn'}{$server} and 0 == $$context{'Zconn'}{$server}->errcode |
687 | 0 | | $user and $password |
752 | 0 | | $context->config('port') || '' |
794 | 0 | | defined $$context{'dbh'} and $$context{'dbh'}->ping |
979 | 33 | | defined $var and defined $$context{'userenv'}{$var} |
981 | 0 | | $$context{'dbh'} and $context->preference('insecure') eq 'yes' |