Condition Coverage

blib/lib/HTML/WikiConverter/TikiWiki.pm
Criterion Covered Total %
condition 0 12 0.0


and 3 conditions

line !l l&&!r l&&r condition
72 0 0 0 $node->parent->tag eq 'dl' and $node->tag eq 'dt'
95 0 0 0 lc $title eq lc $text and $self->is_camel_case($text)

or 2 conditions

line l !l condition
81 0 0 $node->attr('src') || ''
90 0 0 $node->attr('href') || ''
91 0 0 $self->get_elem_contents($node) || ''