Condition Coverage

blib/lib/HTML/WikiConverter/GoogleCode.pm
Criterion Covered Total %
condition 0 16 0.0


and 3 conditions

line !l l&&!r l&&r condition
151 0 0 0 $node->tag and $node->tag eq 'a'
152 0 0 0 $node->tag and $node->tag eq 'caption'
155 0 0 0 $node->tag and $node->tag eq 'a'
0 0 0 $node->tag and $node->tag eq 'a' and $node->attr('name')

or 2 conditions

line l !l condition
119 0 0 $node->attr('href') || ''
120 0 0 $self->get_elem_contents($node) || ''