blib/lib/Indent/String.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 0 | 15 | 0.0 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
56 | 0 | 0 | 0 | length $second >= $self->{'line_size'} and $second =~ /^\s*\S+\s+/ms |
0 | 0 | 0 | length $second >= $self->{'line_size'} and $second =~ /^\s*\S+\s+/ms and $last_second_length != length $second |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
69 | 0 | 0 | 0 | not $first or length $first < length $act_indent |
0 | 0 | 0 | not $first or length $first < length $act_indent or $first =~ /^$act_indent\s*$/ms | |
95 | 0 | 0 | 0 | $second or not $second =~ /^\s*$/ms |