| blib/lib/Perl/ImportReport.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 9 | 14 | 64.2 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 57 | 181 | 0 | 21 | $_[1]->isa('PPI::Statement::Include') and not $_[1]->pragma |
| 181 | 0 | 21 | $_[1]->isa('PPI::Statement::Include') and not $_[1]->pragma and $_[1]->module | |
| 0 | 0 | 21 | $_[1]->isa('PPI::Statement::Include') and not $_[1]->pragma and $_[1]->module and $_[1]->type eq 'use' |
| line | l | !l | condition |
|---|---|---|---|
| 12 | 1 | 1 | PPI::Util::_Document($_[1]) || (return) |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 150 | 0 | 3 | 8 | ref $symbol eq 'Regexp' or substr($symbol, 0, 1) eq '/' |