blib/lib/Importer/Zim/Base.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 15 | 25 | 60.0 |
line | l | !l | condition |
---|---|---|---|
88 | 13 | 3 | exists $o->{'-prefix'} and $opts{'-map'} = sub { $o->{'-prefix'} . $_; } |
111 | 165 | 1 | exists $o->{'-prefix'} and $opts{'-map'} = sub { $o->{'-prefix'} . $_; } |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
56 | 2 | 87 | 0 | $opts->{'-strict'} and not $can_export->{$symbol} |
88 | 16 | 0 | 0 | exists $o->{'-map'} and $opts{'-map'} = $o->{'-map'} |
111 | 166 | 0 | 0 | exists $o->{'-map'} and $opts{'-map'} = $o->{'-map'} |
134 | 0 | 0 | 3 | do { "${package}::" }->{'EXPORT_TAGS'} && do { "${package}::EXPORT_TAGS" }->{$tag} |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
48 | 12 | 0 | 4 | @_ or not do { "${package}::" }->{'EXPORT'} |
61 | 6 | 83 | 0 | $opts->{'-as'} // $symbol |
126 | 0 | 5 | 161 | ref $_[1] or $_[1] =~ /^[:&]/ |