| blib/lib/Perl/Critic/Policy/Community/StrictWarnings.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 13 | 16 | 81.2 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 54 | 13 | 3 | 3 | $include->version and "version"->parse($include->version) >= "version"->parse("v5.12") |
| 55 | 0 | 17 | 2 | defined $include->module and exists $strict_importers{$include->module} |
| 56 | 0 | 17 | 2 | defined $include->module and exists $warnings_importers{$include->module} |
| 58 | 8 | 5 | 6 | $has_strict and $has_warnings |
| line | l | !l | condition |
|---|---|---|---|
| 34 | 12 | 1 | $elem->find('PPI::Statement::Include') || [] |
| 53 | 19 | 0 | $include->type // Deparse error: Can't locate object method "object_2svref" via package "B::SPECIAL" at /usr/local/lib/perl5/5.26.1/B/Deparse.pm line 5018. |