Branch Coverage

blib/lib/String/Tagged/HTML.pm
Criterion Covered Total %
branch 19 24 79.1


line true false branch
120 1 0 $1 eq q['] ? :
1 1 $1 eq '"' ? :
1 2 $1 eq '&' ? :
3 3 $1 eq '>' ? :
2 6 $1 eq '<' ? :
133 3 0 if grep {$name eq $_;} 'b', 'i', 'u', 'small'
134 0 0 if $name eq 'a'
165 2 3 unless exists $tags{$tag}
166 0 3 unless $self->_cmp_tag_values($tag, $value, $tags{$tag})
178 3 9 if (ref $value eq 'HASH') { }
191 2 21 $tags{'raw'} ? :
205 1 13 if defined $elem