blib/lib/Perl/ToPerl6/Transformer/Variables/FormatHashKeys.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
branch | 0 | 4 | 0.0 |
line | true | false | branch |
---|---|---|---|
27 | 0 | 0 | if $_[1]->isa('PPI::Structure::Subscript') and $_[1]->start->content eq '{' and $_[1]->finish->content eq '}' and $_[1]->sprevious_sibling->isa('PPI::Token::Symbol') || $_[1]->sprevious_sibling->isa('PPI::Token::Operator') |
44 | 0 | 0 | if ($token->start and $token->start->content eq '{') |