Branch Coverage

blib/lib/Apache/Voodoo/Install.pm
Criterion Covered Total %
branch 0 36 0.0


line true false branch
30 0 0 if ($$self{'verbose'} >= $level)
32 0 0 if (ref $_) { }
68 0 0 if (-e _ and -l _) { }
72 0 0 if ($ss[1] != $ts[1]) { }
74 0 0 unless $pretend or unlink $target or $$self{'ignore'}
75 0 0 unless $pretend or symlink $source, $target or $$self{'ignore'}
90 0 0 unless (-e $p and -d $p)
91 0 0 unless $pretend or mkdir $p, 493 or $$self{'ignore'}
95 0 0 unless $pretend
97 0 0 unless $pretend or symlink $source, $target or $$self{'ignore'}
113 0 0 if (-e _ and -d _) { }
117 0 0 unless $pretend or mkdir $dir, 770 or $$self{'ignore'}
121 0 0 unless $pretend or chown $uid, $gid, $dir or $$self{'ignore'}
122 0 0 unless $pretend or chmod 0770, $dir or $$self{'ignore'}
137 0 0 if (-e $file) { }
141 0 0 unless $pretend
145 0 0 unless $pretend or chown $uid, $gid, $file or $$self{'ignore'}
146 0 0 unless $pretend or chmod 0600, $file or $$self{'ignore'}