| line |
true |
false |
branch |
|
51
|
4 |
1 |
unless ($act_indent)
|
|
59
|
1 |
4 |
if ($non_indent)
|
|
70
|
2 |
2 |
if ($self->_compare($first, $second, $tmp_indent)) { }
|
|
81
|
4 |
0 |
if ($first)
|
|
84
|
0 |
4 |
unless ($self->{'strict'})
|
|
88
|
4 |
0 |
if ($first ne $EMPTY_STR)
|
|
94
|
3 |
1 |
wantarray ? :
|
|
102
|
4 |
0 |
if ($self->{'strict'}) { }
|
|
103
|
2 |
2 |
if (length $first > 0 and string_len($act_indent . $first) >= $self->{'line_size'} || string_len($act_indent . $first . $second) > $self->{'line_size'}) { }
|
|
121
|
0 |
0 |
if (length $tmp1 > 0 and string_len($act_indent . $tmp1) >= $self->{'line_size'}) { }
|
|
131
|
0 |
0 |
if (length $tmp1 > 0 and string_len($act_indent . $tmp2) > $self->{'line_size'}) { }
|