Branch Coverage

blib/lib/Test/Smoke/Archiver.pm
Criterion Covered Total %
branch 1 38 2.6


line true false branch
71 16 0 exists $args{$key} ? :
87 0 0 unless ($self->archive)
90 0 0 unless ($self->adir)
94 0 0 unless (-d $self->adir)
97 0 0 unless mkpath($self->adir, 1, 509)
109 0 0 $filetype eq 'log' ? :
110 0 0 if $self->$to_archive
122 0 0 unless (-f $src)
126 0 0 if (-f $dst)
131 0 0 if (not $success) { }
147 0 0 unless (-f $src)
151 0 0 if (-f $dst)
156 0 0 if (not $success) { }
172 0 0 unless (-f $src)
176 0 0 if (-f $dst)
181 0 0 if (not $success) { }
197 0 0 unless (-f $src)
201 0 0 if (-f $dst)
206 0 0 if (not $success) { }