Branch Coverage

blib/lib/Perl/ToPerl6/Transformer/Operators/FormatOperators.pm
Criterion Covered Total %
branch 0 20 0.0


line true false branch
99 0 0 unless is_ppi_token_operator($_[1], %mutate, %before, %after)
112 0 0 if ($elem->isa('PPI::Token::Label'))
140 0 0 if exists $mutate{$old_content}
142 0 0 if ($old_content eq '=>') { }
0 0 elsif ($old_content eq 'x') { }
0 0 elsif ($old_content eq '..') { }
0 0 elsif ($old_content eq '...') { }
157 0 0 if ($elem->content eq '.')
162 0 0 if ($before{$elem->content}) { }
0 0 elsif ($after{$elem->content}) { }