| blib/lib/Parse/Eyapp/Base.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 0 | 15 | 0.0 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 65 | 0 | 0 | 0 | defined $filename and length $filename > 0 |
| 152 | 0 | 0 | 0 | defined $code and $code =~ /^\w+$/ |
| 265 | 0 | 0 | 0 | defined $methods{$fullname} and UNIVERSAL::isa($methods{$fullname}, 'ARRAY') |
| 0 | 0 | 0 | defined $methods{$fullname} and UNIVERSAL::isa($methods{$fullname}, 'ARRAY') and @{$methods{$fullname};} |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 68 | 0 | 0 | 0 | -r $filename or $filename =~ /[.]$ext$/ |