| blib/lib/HTML/WikiConverter/TikiWiki.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| branch | 0 | 20 | 0.0 |
| line | true | false | branch |
|---|---|---|---|
| 69 | 0 | 0 | if $node->parent->tag eq 'ul' |
| 70 | 0 | 0 | if $node->parent->tag eq 'ol' |
| 71 | 0 | 0 | if $node->parent->tag eq 'dl' |
| 72 | 0 | 0 | if $node->parent->tag eq 'dl' and $node->tag eq 'dt' |
| 75 | 0 | 0 | $node->tag eq 'dd' ? : |
| 82 | 0 | 0 | unless $src |
| 93 | 0 | 0 | if (my $title = $self->get_wiki_page($url)) { } |
| 95 | 0 | 0 | if lc $title eq lc $text and $self->is_camel_case($text) |
| 96 | 0 | 0 | if lc $text eq lc $title |
| 99 | 0 | 0 | if $url eq $text |