blib/lib/Indent/Block.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 4 | 12 | 33.3 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
103 | 0 | 2 | 2 | length $first > 0 and string_len($act_indent . $first) >= $self->{'line_size'} || string_len($act_indent . $first . $second) > $self->{'line_size'} |
121 | 0 | 0 | 0 | length $tmp1 > 0 and string_len($act_indent . $tmp1) >= $self->{'line_size'} |
131 | 0 | 0 | 0 | length $tmp1 > 0 and string_len($act_indent . $tmp2) > $self->{'line_size'} |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
103 | 2 | 0 | 2 | string_len($act_indent . $first) >= $self->{'line_size'} || string_len($act_indent . $first . $second) > $self->{'line_size'} |