blib/lib/Perl/ToPerl6/Transformer/Builtins/RewritePrint.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
branch | 0 | 8 | 0.0 |
line | true | false | branch |
---|---|---|---|
48 | 0 | 0 | if is_ppi_token_word($_[1], %map) |
82 | 0 | 0 | unless $_[1]->isa('PPI::Token::Structure') and $_[1]->content eq ';' or $_[1]->isa('PPI::Token::Word') and exists $postfix_modifier{$_[1]->content} |
87 | 0 | 0 | unless $elem->snext_sibling and $elem->snext_sibling->snext_sibling |
93 | 0 | 0 | unless _is_end_of_print_expression(@_) |