| blib/lib/Indent/Data.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| branch | 12 | 12 | 100.0 |
| line | true | false | branch |
|---|---|---|---|
| 36 | 1 | 8 | if ($self->{'line_size'} <= length $self->{'next_indent'}) |
| 50 | 4 | 6 | unless ($act_indent) |
| 55 | 1 | 9 | if ($non_indent) |
| 60 | 2 | 7 | if (string_len($act_indent) > $self->{'line_size'} - string_len($self->{'next_indent'}) - 1) |
| 81 | 3 | 4 | if ($second and $second ne $act_indent . $self->{'next_indent'}) |
| 86 | 5 | 2 | wantarray ? : |