| blib/lib/Perl/ToPerl6/Transformer/CompoundStatements/FormatMapGreps.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| branch | 1 | 10 | 10.0 |
| line | true | false | branch |
|---|---|---|---|
| 35 | 0 | 61 | if is_ppi_token_word($_[1], %map) |
| 50 | 0 | 0 | unless $elem->snext_sibling |
| 53 | 0 | 0 | if ($token->isa('PPI::Structure::Block') and $token->start and $token->start eq '{' and $token->finish and $token->finish eq '}') { } |
| 58 | 0 | 0 | if $token->snext_sibling and $token->snext_sibling->isa('PPI::Token::Operator') and $token->snext_sibling->content eq ',' |
| 72 | 0 | 0 | if $token->content eq ',' |