blib/lib/App/PerlNitpick/Rule/RewriteWithAssignmentOperators.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
branch | 6 | 10 | 60.0 |
line | true | false | branch |
---|---|---|---|
15 | 4 | 0 | if $c1->isa('PPI::Token::Symbol') and $c1->raw_type eq '$' and $c2->isa('PPI::Token::Symbol') and $c2->raw_type eq '$' and $c1->content |
20 | 5 | 0 | if $c->isa('PPI::Token::Operator') |
23 | 5 | 0 | if $c->isa('PPI::Token::Operator') |
26 | 0 | 5 | unless $document->find('PPI::Statement') |
28 | 1 | 4 | unless @found |