| blib/lib/App/PerlNitpick/Rule/RewriteWithAssignmentOperators.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 4 | 12 | 33.3 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 15 | 0 | 0 | 4 | $c1->isa('PPI::Token::Symbol') and $c1->raw_type eq '$' |
| 0 | 0 | 4 | $c1->isa('PPI::Token::Symbol') and $c1->raw_type eq '$' and $c2->isa('PPI::Token::Symbol') | |
| 0 | 0 | 4 | $c1->isa('PPI::Token::Symbol') and $c1->raw_type eq '$' and $c2->isa('PPI::Token::Symbol') and $c2->raw_type eq '$' | |
| 0 | 0 | 4 | $c1->isa('PPI::Token::Symbol') and $c1->raw_type eq '$' and $c2->isa('PPI::Token::Symbol') and $c2->raw_type eq '$' and $c1->content |