Branch Coverage

blib/lib/HTML/WikiConverter/WikkaWiki.pm
Criterion Covered Total %
branch 0 12 0.0


line true false branch
73 0 0 unless $node->attr('src')
84 0 0 $node->parent->tag eq 'ol' ? :
95 0 0 if (my $title = $self->get_wiki_page($url)) { }
97 0 0 if lc $title eq lc $text and $self->is_camel_case($text)
100 0 0 if $url eq $text
108 0 0 unless $node->tag eq 'img' and $node->parent->tag eq 'a'