blib/lib/Perl/ToPerl6/Transformer/References/FormatDereferences.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 2 | 9 | 22.2 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
28 | 65 | 0 | 0 | $_[1]->isa('PPI::Token::Cast') and $_[1]->next_sibling |
65 | 0 | 0 | $_[1]->isa('PPI::Token::Cast') and $_[1]->next_sibling and $_[1]->next_sibling->isa('PPI::Structure::Block') | |
0 | 0 | 0 | $_[1]->isa('PPI::Token::Cast') and $_[1]->next_sibling and $_[1]->next_sibling->isa('PPI::Structure::Block') and $_[1]->next_sibling->start->content eq '{' |