Condition Coverage

blib/lib/Dallycot/Value/String.pm
Criterion Covered Total %
condition 3 25 12.0


and 3 conditions

line !l l&&!r l&&r condition
158 0 0 0 $self->lang eq $other->lang && $self->value eq $other->value

or 2 conditions

line l !l condition
21 4 0 $value // ''
0 4 $lang // 'en'

or 3 conditions

line l !l&&r !l&&!r condition
19 0 4 0 ref $class || $class
133 0 0 0 not $index or abs $index > length $$self[0]
168 0 0 0 $self->lang lt $other->lang || $self->lang eq $other->lang && $self->value lt $other->value
179 0 0 0 $self->lang lt $other->lang || $self->lang eq $other->lang && $self->value le $other->value
190 0 0 0 $self->lang gt $other->lang || $self->lang eq $other->lang && $self->value gt $other->value
201 0 0 0 $self->lang gt $other->lang || $self->lang eq $other->lang && $self->value ge $other->value