Condition Coverage

blib/lib/Exporter/Almighty.pm
Criterion Covered Total %
condition 22 32 68.7


or 2 conditions

line l !l condition
112 5 2 $setup->{'tag'} // {}
116 0 7 $into_EXPORT_TAGS->{$tag_name} //= []
136 2 2 $args // []
151 2 0 $setup->{'enum'} // {}
185 1 1 $dfn->[1] //= {}
186 2 0 $dfn->[1] //= {}
202 1 0 $setup->{'duck'} // {}
267 3 0 $setup->{'const'} // {}
272 0 4 $into_EXPORT_TAGS->{$tag_name} //= []
273 2 2 $into_EXPORT_TAGS->{'constants'} //= []
313 3 5 $into_EXPORT_TAGS->{'constants'} // []
319 6 3 $into_EXPORT_TAGS->{'ro_vars'} //= []
332 3 0 $into_EXPORT_TAGS // {}

or 3 conditions

line l !l&&r !l&&!r condition
185 0 2 0 +($dfn->[1] //= {})->{$kind} // $dfn->[0]
186 1 1 0 +($dfn->[1] //= {})->{'name'} // $dfn->[0]