Branch Coverage

blib/lib/Const/Exporter.pm
Criterion Covered Total %
branch 31 36 86.1


line true false branch
40 9 6 unless $stash->has_symbol("&import")
49 1 11 if $tag eq "all"
53 0 11 unless is_arrayref($defs)
62 8 22 if (is_arrayref($_))
67 6 2 is_arrayref($start) ? :
72 1 7 if (is_coderef($values[1]))
92 22 0 unless (is_ref($_))
96 12 10 $sigil eq '&' ? :
103 4 18 if ($stash->has_symbol($norm))
138 8 6 if $export_tags->{'default'}
155 2 16 if $sigil eq "\@" and is_arrayref($value)
156 1 15 if $sigil eq "%" and is_hashref($value)
157 0 15 if $sigil eq "&" and is_coderef($value)
158 15 0 if $sigil eq "\$"
167 19 25 if ($sigil ne '&') { }
169 1 18 if (is_blessed_ref($value)) { }
177 0 18 unless _check_sigil_against_value($sigil, $value)
187 1 24 is_coderef($value) ? :