Branch Coverage

blib/lib/Perl/ToPerl6/Transformer/FormatSpecialLiterals.pm
Criterion Covered Total %
branch 2 6 33.3


line true false branch
38 12 49 if $_[1]->isa('PPI::Token::Separator') or $_[1]->isa('PPI::Token::End') or $_[1]->isa('PPI::Token::Word')
47 0 0 if ($elem->isa('PPI::Token::Word')) { }
0 0 elsif ($elem->isa('PPI::Token::Separator')) { }