Condition Coverage

blib/lib/Const/Exporter.pm
Criterion Covered Total %
condition 17 24 70.8


and 3 conditions

line !l l&&!r l&&r condition
157 16 0 2 $sigil eq "\@" and XXX
158 15 0 1 $sigil eq "%" and XXX
159 15 0 0 $sigil eq "&" and XXX

or 2 conditions

line l !l condition
71 8 0 $values[0] // 0
82 26 1 $pair->key // (next)
145 14 0 $export_tags->{'all'} //= []
203 48 15 $tag //= "all"
205 45 18 $export_tags->{$tag} //= []
217 29 37 $sigil // "&"

or 3 conditions

line l !l&&r !l&&!r condition
80 16 11 0 $pair->value // &$fn($last)