Branch Coverage

blib/lib/Perl/ToPerl6/Transformer/Variables/FormatSigils.pm
Criterion Covered Total %
branch 7 16 43.7


line true false branch
40 0 5 if ($elem->isa('PPI::Token::ArrayIndex')) { }
49 0 0 unless ($elem->parent)
66 1 4 if $elem->raw_type eq '@'
67 0 4 if $elem->raw_type eq '%'
69 3 1 if ($elem->next_sibling)
71 3 0 unless $subscript->isa('PPI::Structure::Subscript')
74 0 0 if ($subscript->start eq '[') { }
0 0 elsif ($subscript->start eq '{') { }