| line |
true |
false |
branch |
|
123
|
3 |
12 |
if ($line =~ /^(\s+)\S/ and length $1 < $indent) |
|
129
|
3 |
0 |
if $indent and $indent < $indent_init |
|
185
|
2 |
10 |
if (defined $indent and $line =~ /^$indent/) { } |
|
|
4 |
6 |
elsif ($line =~ /$match_re/) { } |
|
189
|
4 |
0 |
if $line =~ /^(\s*)/ |
|
200
|
1 |
1 |
wantarray ? : |
|
236
|
1 |
8 |
if (not defined $old || defined $new) { } |
|
|
1 |
7 |
elsif (not defined $old) { } |
|
|
1 |
6 |
elsif (not defined $new) { } |
|
|
1 |
5 |
elsif ($old eq $new) { } |
|
260
|
4 |
3 |
if (defined $new[0] and $new[0] eq $line) { } |
|
268
|
1 |
4 |
if defined $new[0] and not defined $diff |
|
269
|
1 |
4 |
unless defined $diff |