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
155 16 0 2 $sigil eq "\@" and is_arrayref($value)
156 15 0 1 $sigil eq "%" and is_hashref($value)
157 15 0 0 $sigil eq "&" and is_coderef($value)

or 2 conditions

line l !l condition
69 8 0 $values[0] // 0
80 26 1 $pair->key // (next)
143 14 0 $export_tags->{'all'} //= []
201 48 15 $tag //= "all"
203 45 18 $export_tags->{$tag} //= []
215 29 37 $sigil // "&"

or 3 conditions

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