Branch Coverage

blib/lib/Perl/ToPerl6/Transformer/Variables/QuoteHashKeys.pm
Criterion Covered Total %
branch 0 6 0.0


line true false branch
32 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')
49 0 0 if ($token->start and $token->start->content eq '{')
51 0 0 if ($self->{'_perl6_mode'}) { }