| line |
true |
false |
branch |
|
42
|
9 |
6 |
unless $stash->has_symbol("&import") |
|
51
|
1 |
11 |
if $tag eq "all" |
|
55
|
0 |
11 |
unless XXX |
|
64
|
8 |
22 |
if (XXX) |
|
69
|
6 |
2 |
XXX ? : |
|
74
|
1 |
7 |
if (XXX) |
|
94
|
22 |
0 |
unless (XXX) |
|
98
|
12 |
10 |
$sigil eq '&' ? : |
|
105
|
4 |
18 |
if ($stash->has_symbol($norm)) |
|
140
|
8 |
6 |
if $export_tags->{'default'} |
|
157
|
2 |
16 |
if $sigil eq "\@" and XXX |
|
158
|
1 |
15 |
if $sigil eq "%" and XXX |
|
159
|
0 |
15 |
if $sigil eq "&" and XXX |
|
160
|
15 |
0 |
if $sigil eq "\$" |
|
169
|
19 |
25 |
if ($sigil ne '&') { } |
|
171
|
1 |
18 |
if (XXX) { } |
|
179
|
0 |
18 |
unless _check_sigil_against_value($sigil, $value) |
|
189
|
1 |
24 |
XXX ? : |