Condition Coverage

blib/lib/Object/String.pm
Criterion Covered Total %
condition 9 9 100.0


or 3 conditions

line l !l&&r !l&&!r condition
134 1 1 1 $self->starts_with(' ') or $self->starts_with("\t")
143 1 1 1 $self->ends_with(' ') or $self->ends_with("\t")
199 3 2 1 $self->string =~ /\s+/ or $self->string eq ''