| line |
true |
false |
branch |
|
24
|
0 |
0 |
if $RSYNC |
|
25
|
0 |
0 |
if $CP |
|
31
|
0 |
0 |
$params{'checksum'} ? : |
|
|
0 |
0 |
$params{'verbose'} ? : |
|
|
0 |
0 |
if system $RSYNC, "-a", "--delete", "--exclude", ".nfs*", $params{'checksum'} ? "-c" : (), $params{'verbose'} ? "-vP" : (), "$src/", $dest |
|
37
|
0 |
0 |
if -d $dest |
|
38
|
0 |
0 |
$params{'verbose'} ? : |
|
|
0 |
0 |
if system $CP, "-a", $params{'verbose'} ? "-v" : (), "$src/", $dest |
|
46
|
0 |
0 |
if -d $dest |
|
47
|
0 |
0 |
unless File::Copy::Recursive::dircopy($src, $dest) |
|
59
|
0 |
0 |
if ($refout eq $refdef and $refdef eq "HASH") |
|
64
|
0 |
0 |
if ($refout ne $refdef) |
|
70
|
0 |
0 |
if $out->{$key} and $out->{$key} eq $defaults->{$key} |