| lib/Submodules.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 7 | 12 | 58.3 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 17 | 1 | 0 | 1 | defined $name and length $name |
| 62 | 0 | 24 | 0 | @{$self->{'list'};} and not wantarray |
| 97 | 8 | 0 | 24 | $file =~ /(\.pm)$/i and -f $file |
| 8 | 0 | 24 | $file =~ /(\.pm)$/i and -f $file and my $extension = $1 |