Condition Coverage

IP/World/Builder.pm
Criterion Covered Total %
condition 0 20 0.0


and 3 conditions

line !l l&&!r l&&r condition
48 0 0 0 $src_mod == $dest_mod and -s $src != -s $dest
74 0 0 0 $result and $result =~ /^PROXY\t(.+?)\t(.*)/

or 2 conditions

line l !l condition
43 0 0 chmod 0664, $fn or die "Can't change permissions on ${fn}: $!"
45 0 0 chmod 0444, $fn or die "Can't change permissions on ${fn}: $!"
56 0 0 chmod 0664, $dest or die "Can't change permissions on ${dest}: $!"
58 0 0 chmod 0444, $dest or die "Can't change permissions on ${dest}: $!"

or 3 conditions

line l !l&&r !l&&!r condition
48 0 0 0 not -e $dest or $src_mod > ($dest_mod = (stat $dest)[9])
0 0 0 not -e $dest or $src_mod > ($dest_mod = (stat $dest)[9]) or $src_mod == $dest_mod and -s $src != -s $dest