| blib/lib/Perl/Critic/Policy/Objects/ProhibitIndirectSyntax.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 8 | 12 | 66.6 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 61 | 2 | 0 | 2 | $object->isa("PPI::Token::Symbol") and $DOLLAR eq $object->raw_type |
| 72 | 10 | 0 | 0 | $operator->isa("PPI::Token::Operator") and $COMMA{$operator->content} |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 61 | 6 | 2 | 2 | $object->isa("PPI::Token::Word") or $object->isa("PPI::Token::Symbol") and $DOLLAR eq $object->raw_type |
| 2 | 2 | 0 | $object->isa("PPI::Token::Word") or $object->isa("PPI::Token::Symbol") and $DOLLAR eq $object->raw_type or $object->isa("PPI::Structure::Block") |