Condition Coverage

blib/lib/Dist/Zilla/Plugin/OnlyCorePrereqs.pm
Criterion Covered Total %
condition 21 23 91.3


and 3 conditions

line !l l&&!r l&&r condition
166 16 4 0 'version'->parse($added_in) > $self->starting_version and $self->check_dual_life_versions || !$self->_is_dual($prereq)

or 2 conditions

line l !l condition
140 23 51 $$prereqs{$phase}{'requires'} // {}

or 3 conditions

line l !l&&r !l&&!r condition
166 2 0 2 $self->check_dual_life_versions || !$self->_is_dual($prereq)
173 14 1 3 $self->check_dual_life_versions or not $self->_is_dual($prereq)
214 1 1 18 @disallowed or @non_core
2 2 16 @disallowed or @non_core or @not_yet
3 4 12 @disallowed or @non_core or @not_yet or @insufficient_version
6 1 11 @disallowed or @non_core or @not_yet or @insufficient_version or @deprecated