Condition Coverage

blib/lib/Apache/Voodoo/Install/Distribution.pm
Criterion Covered Total %
condition 0 18 0.0


and 3 conditions

line !l l&&!r l&&r condition
32 0 0 0 -e $$self{'distribution'} and -f $$self{'distribution'}

or 3 conditions

line l !l&&r !l&&!r condition
94 0 0 0 -e 'File::Spec'->catfile($pm_dir, 'Makefile.PL') or -e 'File::Spec'->catfile($pm_dir, 'Build.PL')
176 0 0 0 $$self{'dbhost'} ||= $dbhost
177 0 0 0 $$self{'dbname'} ||= $dbname
178 0 0 0 $$self{'dbuser'} ||= $old_cdata{'database'}{'username'}
179 0 0 0 $$self{'dbpass'} ||= $old_cdata{'database'}{'password'}