| line |
true |
false |
branch |
|
22
|
0 |
0 |
if defined $val and $val =~ /^\d+$/ and $val > 0 |
|
35
|
0 |
0 |
if $RSYNC |
|
36
|
0 |
0 |
if $CP |
|
42
|
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 |
|
48
|
2 |
0 |
if -d $dest |
|
49
|
0 |
2 |
$params{'verbose'} ? : |
|
|
0 |
2 |
if system $CP, "-a", $params{'verbose'} ? "-v" : (), "$src/.", $dest |
|
57
|
2 |
0 |
if -d $dest |
|
58
|
0 |
2 |
unless File::Copy::Recursive::dircopy($src, $dest) |
|
70
|
0 |
0 |
if ($refout eq $refdef and $refdef eq "HASH") |
|
75
|
0 |
0 |
if ($refout ne $refdef) |
|
81
|
0 |
0 |
if $out->{$key} and $out->{$key} eq $defaults->{$key} |