line |
true |
false |
branch |
60
|
0 |
0 |
unless ($self->dryrun)
|
61
|
0 |
0 |
if (-d $tagdir)
|
64
|
0 |
0 |
unless File::Copy::Recursive::dircopy($self->workdir, $tagdir)
|
79
|
0 |
0 |
unless (-d $storedir)
|
86
|
0 |
0 |
unless ($self->dryrun)
|
87
|
0 |
0 |
if (-d $exportdir)
|
90
|
0 |
0 |
unless File::Copy::Recursive::dircopy($storedir, $exportdir)
|
105
|
0 |
0 |
unless ($self->dryrun)
|
106
|
0 |
0 |
if (-d $exportdir)
|
110
|
0 |
0 |
unless File::Copy::Recursive::dircopy($workdir, $exportdir)
|
124
|
0 |
0 |
unless (-d $basedir)
|
129
|
0 |
0 |
if (defined $version) { }
|
139
|
0 |
0 |
unless (-d $tagdir)
|
143
|
0 |
0 |
unless (defined $outdir)
|
147
|
0 |
0 |
unless ($self->dryrun)
|
148
|
0 |
0 |
unless File::Copy::Recursive::dircopy($tagdir, $outdir)
|
164
|
0 |
0 |
unless ($self->dryrun)
|
165
|
0 |
0 |
if (-d $tagdir)
|
168
|
0 |
0 |
unless File::Copy::Recursive::dircopy($dir, $tagdir)
|