Condition Coverage

blib/lib/File/Copy/Recursive/Reduced.pm
Criterion Covered Total %
condition 33 39 84.6


and 3 conditions

line !l l&&!r l&&r condition
190 0 59 6 $path and not -d $path
194 61 0 4 -l $from and $CopyLink
59 0 2 -d $from and -f $to
328 11 10 3 -e $_[1] and not -d $_[1]
360 90 90 119 $_ ne '.' && $_ ne '..'
367 110 0 9 -l $from and $CopyLink
399 4 4 100 defined $from and defined $to
412 4 100 4 $one and $one eq $two
470 21 0 2 -l $_[0] and $CopyLink

or 2 conditions

line l !l condition
356 69 0 mkdir $end or return
410 104 4 join('-', (stat $from)[0, 1]) || ''
411 36 72 join('-', (stat $to)[0, 1]) || ''

or 3 conditions

line l !l&&r !l&&!r condition
328 1 3 21 not -d $_zero or -e $_[1] and not -d $_[1]
472 11 1 9 -d $_[0] or substr($_[0], -1, 1) eq "*"