Branch Coverage

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


line true false branch
38 0 0 if ($elem->isa('PPI::Token::ArrayIndex')) { }
47 0 0 unless ($elem->parent)
64 0 0 if $elem->raw_type eq '@'
65 0 0 if $elem->raw_type eq '%'
67 0 0 if ($elem->next_sibling)
69 0 0 unless $subscript->isa('PPI::Structure::Subscript')
72 0 0 if ($subscript->start eq '[') { }
0 0 elsif ($subscript->start eq '{') { }