| blib/lib/Perl/ToPerl6/Transformer/Variables/ReplaceNegativeIndex.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 0 | 12 | 0.0 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 37 | 0 | 0 | 0 | $_[1]->isa('PPI::Token::Symbol') and $_[1]->snext_sibling |
| 51 | 0 | 0 | 0 | $head->isa('PPI::Structure::Subscript') and $head->start eq '[' |
| 54 | 0 | 0 | 0 | $head->schild(0)->schild(0)->isa('PPI::Token::Number') and $head->schild(0)->schild(0)->content =~ /^ [-] /x |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 37 | 0 | 0 | 0 | $_[1]->snext_sibling->isa('PPI::Structure::Subscript') or $_[1]->snext_sibling->isa('PPI::Token::Operator') |