Branch Coverage

blib/lib/Exporter.pm
Criterion Covered Total %
branch 0 16 0.0


line true false branch
32 0 0 if ($pkg eq 'Exporter' and @_ and $_[0] eq 'import')
42 0 0 if $Verbose or $Debug or $fail and @$fail > 1
45 0 0 unless my $args = @_
47 0 0 if ($args and not %$export_cache)
54 0 0 if ($args or $fail) { }
62 0 0 $args ? :
0 0 if $heavy
64 0 0 unless $SIG{'__WARN__'}