blib/lib/Object/String.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 9 | 9 | 100.0 |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
135 | 1 | 1 | 1 | $self->starts_with(' ') or $self->starts_with("\t") |
144 | 1 | 1 | 1 | $self->ends_with(' ') or $self->ends_with("\t") |
200 | 3 | 2 | 1 | $self->string =~ /\s+/ or $self->string eq '' |