Condition Coverage

blib/lib/Dist/Inkt/Role/ProcessDOAPDeps.pm
Criterion Covered Total %
condition 0 38 0.0


and 3 conditions

line !l l&&!r l&&r condition
110 0 0 0 $ident->is_literal and $ident->has_datatype
0 0 0 $ident->is_literal and $ident->has_datatype and $ident->literal_datatype eq $DEPS->CpanId->uri
123 0 0 0 $phase eq 'runtime' and $level eq 'conflict'
192 0 0 0 $ident->is_literal and $ident->has_datatype
0 0 0 $ident->is_literal and $ident->has_datatype and $ident->literal_datatype eq $DEPS->CpanId->uri

or 2 conditions

line l !l condition
55 0 0 $meta->{'prereqs'}{$phase}{$level} || {}
61 0 0 $ver ||= 0
100 0 0 $meta->{'prereqs'}{$phase}{$level2} || {}
119 0 0 $ver ||= 0
164 0 0 $default || ''
182 0 0 $meta->{'optional_features'}{$label}{$phase}{$level2} || {}
201 0 0 $ver ||= 0

or 3 conditions

line l !l&&r !l&&!r condition
55 0 0 0 $Reqs ||= 'CPAN::Meta::Requirements'->from_string_hash($meta->{'prereqs'}{$phase}{$level} || {})
100 0 0 0 $Reqs ||= 'CPAN::Meta::Requirements'->from_string_hash($meta->{'prereqs'}{$phase}{$level2} || {})
182 0 0 0 $Reqs ||= 'CPAN::Meta::Requirements'->from_string_hash($meta->{'optional_features'}{$label}{$phase}{$level2} || {})