| line |
true |
false |
branch |
|
58
|
0 |
0 |
unless ($self->dryrun)
|
|
59
|
0 |
0 |
if (-d $tagdir)
|
|
62
|
0 |
0 |
unless File::Copy::Recursive::dircopy($self->workdir, $tagdir)
|
|
77
|
0 |
0 |
unless (-d $storedir)
|
|
84
|
0 |
0 |
unless ($self->dryrun)
|
|
85
|
0 |
0 |
if (-d $exportdir)
|
|
88
|
0 |
0 |
unless File::Copy::Recursive::dircopy($storedir, $exportdir)
|
|
103
|
0 |
0 |
unless ($self->dryrun)
|
|
104
|
0 |
0 |
if (-d $exportdir)
|
|
108
|
0 |
0 |
unless File::Copy::Recursive::dircopy($workdir, $exportdir)
|
|
122
|
0 |
0 |
unless (-d $basedir)
|
|
127
|
0 |
0 |
if (defined $version) { }
|
|
137
|
0 |
0 |
unless (-d $tagdir)
|
|
141
|
0 |
0 |
unless (defined $outdir)
|
|
145
|
0 |
0 |
unless ($self->dryrun)
|
|
146
|
0 |
0 |
unless File::Copy::Recursive::dircopy($tagdir, $outdir)
|
|
162
|
0 |
0 |
unless ($self->dryrun)
|
|
163
|
0 |
0 |
if (-d $tagdir)
|
|
166
|
0 |
0 |
unless File::Copy::Recursive::dircopy($dir, $tagdir)
|