Condition Coverage

blib/lib/Dallycot/Value/HTML.pm
Criterion Covered Total %
condition 0 23 0.0


and 3 conditions

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

or 2 conditions

line l !l condition
26 0 0 $value // ''

or 3 conditions

line l !l&&r !l&&!r condition
17 0 0 0 ref $class || $class
92 0 0 0 not $index or abs $index > length $$self[0]
117 0 0 0 $self->lang lt $other->lang || $self->lang eq $other->lang && $self->value lt $other->value
128 0 0 0 $self->lang lt $other->lang || $self->lang eq $other->lang && $self->value le $other->value
139 0 0 0 $self->lang gt $other->lang || $self->lang eq $other->lang && $self->value gt $other->value
150 0 0 0 $self->lang gt $other->lang || $self->lang eq $other->lang && $self->value ge $other->value