Condition Coverage

blib/lib/File/LinkDir.pm
Criterion Covered Total %
condition 8 24 33.3


and 3 conditions

line !l l&&!r l&&r condition
116 36 0 0 -l $file and -l "$dest/$file"
122 0 36 0 not -l $file and -l "$dest/$file"
36 0 0 not -l $file and -l "$dest/$file" and stat "$dest/$file"
130 0 0 0 not -l "$dest/$file" and -d "$dest/$file"
207 31 0 0 -l "$dest/$file" and stat "$dest/$file"

or 3 conditions

line l !l&&r !l&&!r condition
114 36 0 4 -f $file or -l $file
128 0 0 36 -e "$dest/$file" or -l "$dest/$file"
212 0 0 31 -e "$dest/$file" or -l "$dest/$file"