Condition Coverage

blib/lib/MPMinus/Configuration.pm
Criterion Covered Total %
condition 0 78 0.0


and 3 conditions

line !l l&&!r l&&r condition
122 0 0 0 $pkg and $pkg =~ /Handlers$/
172 0 0 0 $conf{'server_port'} != 80 and $conf{'server_port'} != 443
0 0 0 $conf{'server_port'} != 80 and $conf{'server_port'} != 443 and $conf{'server_name'} eq $conf{'http_host'}
245 0 0 0 $conf{'server_port'} != 80 and $conf{'server_port'} != 443
0 0 0 $conf{'server_port'} != 80 and $conf{'server_port'} != 443 and $conf{'http_host'}
0 0 0 $conf{'server_port'} != 80 and $conf{'server_port'} != 443 and $conf{'http_host'} and not $conf{'http_host'} =~ /\:\d+$/
330 0 0 0 $lconf and ref $lconf eq 'HASH'
331 0 0 0 $lconf->{'fileconf'} and -e $lconf->{'fileconf'}
347 0 0 0 $cfg and $cfg->can('getall')
349 0 0 0 $cfg and $cfg->can('files')
355 0 0 0 $k and not grep({$_ eq $k;} @lkeys)

or 2 conditions

line l !l condition
121 0 0 shift() || ''
162 0 0 $r->uri || ''
163 0 0 $r->method || ''
164 0 0 $c->remote_ip || ''
165 0 0 $r->user || ''
167 0 0 $s->server_admin || ''
168 0 0 $s->server_hostname || ''
169 0 0 $s->port || 80
171 0 0 $r->hostname || ''
177 0 0 $r->document_root || ''
256 0 0 $r->dir_config('_debug_') || 0
257 0 0 $r->dir_config('_errorsendmail_') || 0
258 0 0 $r->dir_config('_sendmail_') || 0
259 0 0 $r->dir_config('_syslog_') || 0
269 0 0 $r->dir_config('smtp_host') || ''
270 0 0 $r->dir_config('smtp_user') || ''
271 0 0 $r->dir_config('smtp_password') || ''
301 0 0 $r->dir_config('content_type') || ''

or 3 conditions

line l !l&&r !l&&!r condition
179 0 0 0 $r->dir_config('ModperlRoot') || $conf{'document_root'}
199 0 0 0 $r->dir_config('FileConf') || catfile($modperl_root, $conf{'prefix'} . '.conf')
220 0 0 0 $r->dir_config('ConfDir') || catdir($modperl_root, $conf{'dir_conf'})