| line |
true |
false |
branch |
|
146
|
729 |
774 |
if ($indented) { } |
|
161
|
5 |
28 |
unless /^$indent/ |
|
182
|
99 |
646 |
unless ($t->{'line'} =~ /\G( ~? \s* (?: "[^"]*" | '[^']*' | `[^`]*` | \\?\w+ ) )/cgx) |
|
197
|
134 |
512 |
if ($content =~ /^\<\<(~?)(\w+)$/) { } |
|
|
273 |
239 |
elsif ($content =~ /^\<\<(~?)\s*\'(.*)\'$/) { } |
|
|
37 |
202 |
elsif ($content =~ /^\<\<(~?)\s*\"(.*)\"$/) { } |
|
|
182 |
20 |
elsif ($content =~ /^\<\<(~?)\s*\`(.*)\`$/) { } |
|
|
20 |
0 |
elsif ($content =~ /^\<\<(~?)\\(\w+)$/) { } |
|
200
|
5 |
129 |
if $1 eq "~" |
|
206
|
210 |
63 |
if $1 eq "~" |
|
213
|
26 |
11 |
if $1 eq "~" |
|
220
|
176 |
6 |
if $1 eq "~" |
|
227
|
2 |
18 |
if $1 eq "~" |
|
239
|
175 |
1041 |
if ($self->_is_terminator($terminator, $line, $token->{'_indented'})) |
|
244
|
10 |
165 |
if ($token->{'_indented'}) |
|
248
|
1 |
9 |
unless ($self->_is_match_indent($token, $indent)) |
|
272
|
287 |
185 |
if (@heredoc and defined $heredoc[-1]) |
|
275
|
271 |
16 |
if ($t->{'source_eof_chop'}) |
|
284
|
18 |
269 |
if $self->_is_terminator($token->{'_terminator'}, $heredoc[-1], $token->{'_indented'}) |
|
287
|
6 |
404 |
if ($token->{'_indented'} and $token->{'_terminator_line'}) |
|
290
|
5 |
1 |
if ($self->_is_match_indent($token, $indent)) |