Branch Coverage

blib/lib/Dist/Zilla/Plugin/EnsurePrereqsInstalled.pm
Criterion Covered Total %
branch 15 18 83.3


line true false branch
60 1 5 if $self->build_phase ne 'build'
68 0 1 if $self->build_phase ne 'release'
77 2 6 if (my $unsatisfied = $self->_get_authordeps)
97 0 6 if $$distmeta{'dynamic_config'}
109 3 3 if (my(@unsatisfied) = sort(grep({defined $$requires_result{$_};} keys %$requires_result)))
114 2 1 defined $$requires_result{'perl'} ? :
123 1 2 if (my(@conflicts) = sort(grep({defined $$conflicts_result{$_};} keys %$conflicts_result)))
133 1 1 if (my $x_breaks = $$distmeta{'x_breaks'})
142 1 0 if (my(@breaks) = sort(grep({defined $$result{$_};} keys %$result)))