blib/lib/Test/Stream/Exporter.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 17 | 18 | 94.4 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
61 | 799 | 42 | 6301 | $args and @$args |
70 | 64 | 11683 | 111 | not ref $item and $item =~ /^-(all|default)$/ |
94 | 7107 | 11509 | 64 | @imports and ref $imports[0] |
line | l | !l | condition |
---|---|---|---|
28 | 2072 | 5794 | $pkg->can($name) || (next) |
99 | 1 | 62 | delete $options->{'-prefix'} || '' |
100 | 1 | 62 | delete $options->{'-postfix'} || '' |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
101 | 61 | 2 | 0 | delete $options->{'-as'} || $export |