Branch Coverage

blib/lib/HTML/Valid/Tagset.pm
Criterion Covered Total %
branch 8 16 50.0


line true false branch
567 4 1 if (not $options{'standard'} or $options{'standard'} eq 'html5') { }
1 0 elsif ($options{'standard'} eq 'html2') { }
0 0 elsif ($options{'standard'} eq 'html3') { }
0 0 elsif ($options{'standard'} eq 'html4') { }
584 0 1 unless ($attributes_key{$k})
596 0 3 unless ($isKnown{$tag})
620 0 2 unless ($isKnown{$tag})
627 1 1 unless ($tag_attr{$tag}{$version})