blib/lib/Exporter/Simple.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
branch | 16 | 22 | 72.7 |
line | true | false | branch |
---|---|---|---|
101 | 52 | 0 | if ref $symbol |
103 | 12 | 40 | unless ref $tags eq 'ARRAY' |
107 | 0 | 52 | if ($symbol eq 'ANON') |
129 | 32 | 20 | unless grep {$_ eq $symbol;} @{$EXPORTDEF{$exp_phase}{$pkg}{$arrname};} |
134 | 64 | 44 | unless grep {$_ eq $symbol;} @{$EXPORTDEF{$exp_phase}{$pkg}{'EXPORT_TAGS'}{$tag};} |
153 | 5 | 1 | if (/^:/) { } |
0 | 1 | elsif (/^[\$\@%]/) { } | |
181 | 0 | 7 | unless $$def{'EXPORT'} |
182 | 0 | 7 | unless $$def{'EXPORT_OK'} |
183 | 0 | 7 | unless $$def{'EXPORT_TAGS'} |
186 | 2 | 5 | unless $wants_import{$phase}{$pkg} |