blib/lib/Test/Expander.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 16 | 16 | 100.0 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
68 | 2 | 17 | 1 | defined $CLASS and exists $options->{'-builtins'} |
196 | 2 | 2 | 16 | $CLASS and $METHOD |
2 | 2 | 14 | $CLASS and $METHOD and $METHOD_REF = $CLASS->can($METHOD) | |
365 | 2 | 1 | 1 | @$imports == 1 && $imports->[0] =~ /$Test::Expander::REGEX_VERSION_NUMBER/ |
line | l | !l | condition |
---|---|---|---|
96 | 1 | 1 | $args ||= [] |
240 | 1 | 1 | shift @$exports // "" |