Condition Coverage

blib/lib/HTML/Quoted.pm
Criterion Covered Total %
condition 10 21 47.6


and 3 conditions

line !l l&&!r l&&r condition
128 0 12 12 ref $meta->{'result'}[-1] eq "HASH" and not keys %{$$meta{"result"}[-1];}
169 0 0 0 ref $list->[-1] eq "ARRAY" and not $self->combine($list->[-1], $e)
214 22 4 14 $tag eq "br" and not $meta->{'in'}{'block'}[-1]
236 6 10 4 not $meta->{'in'}{'block'}[-1] and keys %{$$meta{"current"};}
255 24 10 0 $meta->{'in'}{'br'} and $tag ne "br"

or 3 conditions

line l !l&&r !l&&!r condition
146 0 0 0 not $prev or $self->combine($prev, $e)
287 0 0 0 $ENTITIES{$1} or $ENTITIES{lc $1}