| line |
true |
false |
branch |
|
146
|
729 |
770 |
if ($indented) { }
|
|
161
|
5 |
28 |
unless /^$indent/
|
|
182
|
99 |
646 |
unless ($t->{'line'} =~ /\G( ~? \s* (?: "[^"]*" | '[^']*' | `[^`]*` | \\?\w+ ) )/cgx)
|
|
197
|
133 |
513 |
if ($content =~ /^\<\<(~?)(\w+)$/) { }
|
|
|
273 |
240 |
elsif ($content =~ /^\<\<(~?)\s*\'(.*)\'$/) { }
|
|
|
37 |
203 |
elsif ($content =~ /^\<\<(~?)\s*\"(.*)\"$/) { }
|
|
|
182 |
21 |
elsif ($content =~ /^\<\<(~?)\s*\`(.*)\`$/) { }
|
|
|
21 |
0 |
elsif ($content =~ /^\<\<(~?)\\(\w+)$/) { }
|
|
200
|
5 |
128 |
if $1 eq "~"
|
|
206
|
210 |
63 |
if $1 eq "~"
|
|
213
|
26 |
11 |
if $1 eq "~"
|
|
220
|
176 |
6 |
if $1 eq "~"
|
|
227
|
2 |
19 |
if $1 eq "~"
|
|
239
|
175 |
1037 |
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))
|