blib/lib/Exporter.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 0 | 32 | 0.0 |
line | l | !l | condition |
---|---|---|---|
41 | 0 | 0 | do { $pkg . '::' }->{'EXPORT_FAIL'} && \@{"${pkg}::EXPORT_FAIL";} |
57 | 0 | 0 | $heavy = /\W/ || $args && !exists $export_cache->{$_} || $fail && @$fail && $_ eq $fail->[0] and last |
60 | 0 | 0 | $heavy = /\W/ and last |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
32 | 0 | 0 | 0 | $pkg eq 'Exporter' and @_ |
0 | 0 | 0 | $pkg eq 'Exporter' and @_ and $_[0] eq 'import' | |
42 | 0 | 0 | 0 | $fail and @$fail > 1 |
47 | 0 | 0 | 0 | $args and not %$export_cache |
line | l | !l | condition |
---|---|---|---|
44 | 0 | 0 | $Cache{$pkg} ||= {} |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
42 | 0 | 0 | 0 | $Verbose or $Debug |
0 | 0 | 0 | $Verbose or $Debug or $fail and @$fail > 1 | |
54 | 0 | 0 | 0 | $args or $fail |
57 | 0 | 0 | 0 | /\W/ || $args && !exists $export_cache->{$_} || $fail && @$fail && $_ eq $fail->[0] |