| blib/lib/Perl/Critic/Policy/ValuesAndExpressions/ProhibitAccessOfPrivateData.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 8 | 9 | 88.8 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 30 | 1 | 4 | 10 | $sibling->isa('PPI::Token::Operator') and $sibling eq '->' |
| 35 | 25 | 0 | 3 | $next_sibling->isa('PPI::Token::Structure') and $next_sibling eq ';' |
| 37 | 19 | 1 | 5 | $next_sibling->isa('PPI::Structure::Subscript') and not $element =~ /(?:self|class|package)/ |