Condition Coverage

blib/lib/Test/Apache/RewriteRules.pm
Criterion Covered Total %
condition 0 35 0.0


and 3 conditions

line !l l&&!r l&&r condition
89 0 0 0 $rewrite_conf && file($rewrite_conf)

or 2 conditions

line l !l condition
56 0 0 shift() || '/'
82 0 0 $$backend{'port'} || 0
96 0 0 $patterns ||= []
219 0 0 $$self{'apache_options'} || {}
251 0 0 $$self{'apache_options'} || {}
279 0 0 $Test::Apache::RewriteRules::ClientEnvs::RequestMethod || 'GET'
294 0 0 $Test::Apache::RewriteRules::ClientEnvs::Cookies || []
306 0 0 $Test::Apache::RewriteRules::ClientEnvs::HttpHeader || []
335 0 0 $self->get_backend_name_by_port($2) || ''
378 0 0 $args{'code'} || 302

or 3 conditions

line l !l&&r !l&&!r condition
39 0 0 0 $backend{'port'} ||= empty_port()
40 0 0 0 $backend{'apache'} ||= $self->create_backend_apache(%backend)
46 0 0 0 $$self{'proxy_port'} ||= empty_port()
89 0 0 0 $$self{'rewrite_conf'} ||= $rewrite_conf && file($rewrite_conf)