| blib/lib/Indent/Word.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 11 | 12 | 91.6 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 88 | 6 | 5 | 23 | $self->_length($second) >= $self->{'line_size'} and $second =~ /^\s*\S+\s+/ms |
| 11 | 4 | 19 | $self->_length($second) >= $self->{'line_size'} and $second =~ /^\s*\S+\s+/ms and $last_second_length != $self->_length($second) |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 100 | 6 | 4 | 9 | not $first or $self->_length($first) < $self->_length($indent) |
| 10 | 0 | 9 | not $first or $self->_length($first) < $self->_length($indent) or $first =~ /^$indent\s*$/ms |