blib/lib/HTML/WikiConverter/WikkaWiki.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 0 | 10 | 0.0 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
97 | 0 | 0 | 0 | lc $title eq lc $text and $self->is_camel_case($text) |
108 | 0 | 0 | 0 | $node->tag eq 'img' and $node->parent->tag eq 'a' |
line | l | !l | condition |
---|---|---|---|
92 | 0 | 0 | $node->attr('href') || '' |
93 | 0 | 0 | $self->get_elem_contents($node) || '' |