blib/lib/Perl/ToPerl6/Transformer/CompoundStatements/RewriteMapGreps.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
branch | 0 | 10 | 0.0 |
line | true | false | branch |
---|---|---|---|
36 | 0 | 0 | if is_ppi_token_word($_[1], %map) |
44 | 0 | 0 | if $_[1]->isa('PPI::Token::Operator') |
56 | 0 | 0 | unless $elem->snext_sibling |
59 | 0 | 0 | if ($token->isa('PPI::Structure::Block') and $token->start and $token->start eq '{' and $token->finish and $token->finish eq '}') { } |
64 | 0 | 0 | if $token->snext_sibling and _is_end_of_expression(undef, $token->snext_sibling) |