Branch Coverage

blib/lib/Dist/Dzpl.pm
Criterion Covered Total %
branch 0 38 0.0


line true false branch
28 0 0 unless defined $file
31 0 0 if (-f $file) { }
0 0 elsif (-d $file) { }
37 0 0 if -e $_ and $source = $_
39 0 0 unless $source
44 0 0 unless -r $source
47 0 0 if $@
82 0 0 unless @arguments
86 0 0 if ($do eq 'dzil') { }
98 0 0 unless $zilla->can($do)
99 0 0 if @arguments
121 0 0 if $filter and $package =~ /$filter/
135 0 0 if (ref $payload eq 'HASH') { }
0 0 elsif (ref $payload eq 'ARRAY') { }
0 0 elsif (defined $payload) { }
158 0 0 unless defined $package and length $package
163 0 0 if ref $_[0] eq 'HASH' or ref $_[0] eq 'ARRAY'
165 0 0 if ($package->does('Dist::Zilla::Role::PluginBundle'))
167 0 0 if ref $_[0] eq 'Regexp'