Branch Coverage

blib/lib/HTML/WikiConverter/PbWiki.pm
Criterion Covered Total %
branch 0 26 0.0


line true false branch
85 0 0 $node->tag eq 'th' ? :
88 0 0 if $align eq 'center' or $align eq 'right'
99 0 0 if $align eq 'center' or $align eq 'left'
119 0 0 if $node->parent->tag eq 'ul'
120 0 0 if $node->parent->tag eq 'ol'
128 0 0 if $node->attr('name')
138 0 0 if uc $text eq uc $url
160 0 0 unless ($self->base_uri)
164 0 0 if $tag eq 'a' and $node->attr('name')
165 0 0 if $tag eq 'caption'
167 0 0 if ($tag eq 'a' and $node->attr('href'))
171 0 0 if ($tag eq 'img' and $node->attr('src'))
184 0 0 unless $node->attr('href')