Condition Coverage

inc/Exporter.pm
Criterion Covered Total %
condition 0 27 0.0


and 2 conditions

line l !l condition
55 0 0 $heavy = /\W/ || $args && !exists $export_cache->{$_} || @$fail && $_ eq $fail->[0] and last
58 0 0 $heavy = /\W/ and last

and 3 conditions

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'
45 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 > 1
52 0 0 0 $args or $fail
55 0 0 0 /\W/ || $args && !exists $export_cache->{$_} || @$fail && $_ eq $fail->[0]