line |
true |
false |
branch |
124
|
0 |
0 |
if exists $mutate{$old_content}
|
126
|
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 '...') { }
|
141
|
0 |
0 |
if ($elem->content eq '.')
|
142
|
0 |
0 |
if $elem->next_sibling and $elem->next_sibling->isa('PPI::Token::Whitespace')
|
145
|
0 |
0 |
if $elem->previous_sibling and $elem->previous_sibling->isa('PPI::Token::Whitespace')
|
150
|
0 |
0 |
if ($before{$elem->content} and $elem->previous_sibling and not $elem->previous_sibling->isa('PPI::Token::Whitespace')) { }
|
|
0 |
0 |
elsif ($after{$elem->content} and $elem->next_sibling and not $elem->next_sibling->isa('PPI::Token::Whitespace')) { }
|