Condition Coverage

blib/lib/MDK/Common/File.pm
Criterion Covered Total %
condition 0 43 0.0


and 3 conditions

line !l l&&!r l&&r condition
189 0 0 0 not -l $_ and -d $_
214 0 0 0 -l $src and $keep_special
0 0 0 -b $src || -c $src || -S $src || -p $src and $keep_special
257 0 0 0 -l $src and $keep_special
0 0 0 -b $src || -c $src || -S $src || -p $src and $keep_special
337 0 0 0 eof and not /\n/

or 2 conditions

line l !l condition
215 0 0 readlink $src || die("readlink failed: $!")
258 0 0 readlink $src || die("readlink failed: $!")

or 3 conditions

line l !l&&r !l&&!r condition
206 0 0 0 @_ == 1 or -d $dest
214 0 0 0 -b $src || -c $src || -S $src || -p $src
219 0 0 0 -d $dest or mkdir $dest, (stat $src)[2]
243 0 0 0 @_ == 1 or -d $dest
257 0 0 0 -b $src || -c $src || -S $src || -p $src
262 0 0 0 -d $dest or mkdir $dest, (stat $src)[2]
382 0 0 0 -e $f or -e "$f.gz"