Branch Coverage

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


line true false branch
77 0 0 if $node->parent->tag eq 'ul'
78 0 0 if $node->parent->tag eq 'dl'
79 0 0 if $node->parent->tag eq 'ol'
90 0 0 if ($text =~ /image:/)
93 0 0 if ($url =~ /^index.cgi\?/)
98 0 0 if (my $title = $url_check) { }
101 0 0 if $text_clean eq $title_clean
102 0 0 if $text ne $title
104 0 0 if $text eq $url
120 0 0 if (not $image_file =~ /http/) { }
131 0 0 if $node->tag eq 'a'
132 0 0 unless $node->tag
133 0 0 if $node->tag eq 'caption'