| blib/lib/HTML/WikiConverter/WakkaWiki.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % | 
| branch | 0 | 10 | 0.0 | 
| line | true | false | branch | 
|---|---|---|---|
| 60 | 0 | 0 | unless $node->tag eq 'ol' | 
| 70 | 0 | 0 | if ($node->parent->tag eq 'ol') | 
| 83 | 0 | 0 | if (my $title = $self->get_wiki_page($url)) { } | 
| 86 | 0 | 0 | if lc $title eq lc $text and $self->is_camel_case($text) | 
| 89 | 0 | 0 | if $url eq $text |