Condition Coverage

blib/lib/Exporter.pm
Criterion Covered Total %
condition 0 32 0.0


and 2 conditions

line l !l condition
38 0 0 do { $pkg . '::' }->{'EXPORT_FAIL'} && \@{"${pkg}::EXPORT_FAIL";}
54 0 0 $heavy = /\W/ || $args && !exists $export_cache->{$_} || $fail && @$fail && $_ eq $fail->[0] and last
57 0 0 $heavy = /\W/ and last

and 3 conditions

line !l l&&!r l&&r condition
29 0 0 0 $pkg eq "Exporter" and @_
0 0 0 $pkg eq "Exporter" and @_ and $_[0] eq "import"
39 0 0 0 $fail and @$fail > 1
44 0 0 0 $args and not %$export_cache

or 2 conditions

line l !l condition
41 0 0 $Cache{$pkg} ||= {}

or 3 conditions

line l !l&&r !l&&!r condition
39 0 0 0 $Verbose or $Debug
0 0 0 $Verbose or $Debug or $fail and @$fail > 1
51 0 0 0 $args or $fail
54 0 0 0 /\W/ || $args && !exists $export_cache->{$_} || $fail && @$fail && $_ eq $fail->[0]