Branch Coverage

blib/lib/Dist/Zilla/Util/BundleInfo.pm
Criterion Covered Total %
branch 10 22 45.4


line true false branch
47 0 3 if (not $name->can('bundle_config'))
142 0 1 unless $self->_loaded_module->can('mvp_aliases')
154 2 0 unless exists $rmap->{$alias_to}
163 2 0 unless exists $self->_mvp_alias_rmap->{$alias}
170 0 1 unless $_[0]->_loaded_module->can('mvp_multivalue_args')
197 4 0 if (exists $self->_mvp_alias_map->{$inputkey})
200 0 4 if ($self->_property_is_mvp_multi($key))
201 0 0 unless exists $payload->{$key}
205 0 4 if (exists $payload->{$key})
208 0 0 unless (ref $payload->{$key})
237 2 2 if ('ARRAY' eq ref $payload)