blib/lib/HTML/WikiConverter/Kwiki.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
branch | 0 | 18 | 0.0 |
line | true | false | branch |
---|---|---|---|
74 | 0 | 0 | if $node->parent->tag eq 'ul' |
75 | 0 | 0 | if $node->parent->tag eq 'ol' |
86 | 0 | 0 | if (my $title = $self->get_wiki_page($url)) { } |
87 | 0 | 0 | if $self->is_camel_case($title) and $text eq $title |
88 | 0 | 0 | if $text eq $title |
89 | 0 | 0 | if $text ne $title |
91 | 0 | 0 | if $text eq $url |
103 | 0 | 0 | if $node->tag eq 'a' |
104 | 0 | 0 | if $node->tag eq 'caption' |