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