Branch Coverage

blib/lib/HTML/DublinCore.pm
Criterion Covered Total %
branch 15 22 68.1


line true false branch
74 0 1 unless $html
154 1739 13 if $tagname ne 'meta'
160 1 12 unless exists $attributes{'name'}
165 4 8 if $namespace ne 'dc'
168 0 8 unless (grep {$element;} @DublinCore::Record::VALID_ELEMENTS)
174 0 8 unless (exists $attributes{'content'})
184 0 8 if (exists $attributes{'scheme'})
187 0 8 if (exists $attributes{'lang'})
208 2 6 if ($self->qualifier)
214 0 8 if ($scheme)
217 0 8 if ($lang)