Branch Coverage

blib/lib/App/TaskBuilder.pm
Criterion Covered Total %
branch 0 20 0.0


line true false branch
17 0 0 @_ > 1 ? :
25 0 0 unless do $_
29 0 0 unless $r{'requires'}
0 0 unless $r{'test_requires'}
30 0 0 unless $r{'build_requires'}
63 0 0 wantarray ? :
72 0 0 unless mkdir $v{'dist_vname'}, 493
80 0 0 unless open my $fh, '>', $path
86 0 0 if system "tar zcf $v{'dist_vname'}.tar.gz $v{'dist_vname'}"
89 0 0 unless File::Copy::copy("$tmp/$v{'dist_vname'}.tar.gz", $self->output)