| blib/lib/Test/Expander.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 27 | 27 | 100.0 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 121 | 2 | 23 | 1 | defined $CLASS and exists $options->{'-builtins'} |
| 292 | 2 | 1 | 23 | $CLASS and $METHOD |
| 1 | 1 | 22 | $CLASS and $METHOD and $METHOD_REF = $CLASS->can($METHOD) | |
| 606 | 2 | 1 | 1 | @$imports == 1 && $imports->[0] =~ /$Test::Expander::REGEX_VERSION_NUMBER/ |
| line | l | !l | condition |
|---|---|---|---|
| 149 | 1 | 1 | $args ||= [] |
| 193 | 16 | 2 | $line[$index] // "" |
| 414 | 1 | 1 | shift @$exports // "" |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 557 | 3 | 2 | 13 | @subtest_names || @subtest_numbers |
| 13 | 2 | 3 | not @subtest_names || @subtest_numbers or grep {$name =~ /$_/;} @subtest_names | |
| 15 | 2 | 1 | not @subtest_names || @subtest_numbers or grep {$name =~ /$_/;} @subtest_names or grep {/^$number/;} @subtest_numbers |