Condition Coverage

blib/lib/Apache/Test.pm
Criterion Covered Total %
condition 6 30 20.0


and 3 conditions

line !l l&&!r l&&r condition
73 6 0 0 $_[0] and $_[0] =~ /^-withtestmore/
128 0 0 0 %SubTests and not $SubTests{$Test::ntest}
514 0 0 0 exists $Config{$key} and config_enabled($key)

or 2 conditions

line l !l condition
126 0 0 shift @_ || 1
528 0 0 shift @_ || 'no reason specified'
540 0 0 $_ || 0

or 3 conditions

line l !l&&r !l&&!r condition
73 0 0 6 $_[0] and $_[0] =~ /^-withtestmore/ or @testmore
110 36 6 0 $Config ||= 'Apache::TestConfig'->thaw->httpd_config
117 0 0 0 $Basic_config ||= 'Apache::TestConfig'->thaw
371 0 0 0 need_module('imagemap') || need_module('imap')
384 2 2 0 $rc ||= need_module($module)