Branch Coverage

blib/lib/Rex/Apache/Deploy/Package.pm
Criterion Covered Total %
branch 0 16 0.0


line true false branch
23 0 0 unless ($name)
29 0 0 unless (%option)
30 0 0 if ('Rex::Config'->get('package_option'))
35 0 0 unless (exists $option{'type'})
36 0 0 if ($name =~ /\.deb$/) { }
0 0 elsif ($name =~ /\.rpm$/) { }
0 0 elsif ($name =~ /(\.tgz|\.gz)$/) { }
52 0 0 if ($@)