blib/lib/HTML/WikiConverter/MoinMoin.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 0 | 34 | 0.0 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
159 | 0 | 0 | 0 | $self->enable_anchor_macro and $anchor_name |
191 | 0 | 0 | 0 | $node->tag eq 'a' and $node->attr('name') || $node->attr('id') |
0 | 0 | 0 | $node->tag eq 'a' and $node->attr('name') || $node->attr('id') and not $node->attr('href') | |
0 | 0 | 0 | $node->tag eq 'a' and $node->attr('name') || $node->attr('id') and not $node->attr('href') and $self->get_elem_contents($node) |
line | l | !l | condition |
---|---|---|---|
139 | 0 | 0 | $attstr || '' |
161 | 0 | 0 | $node->attr('href') || '' |
162 | 0 | 0 | $self->get_elem_contents($node) || '' |
181 | 0 | 0 | $node->attr('src') || '' |
186 | 0 | 0 | $node->tag || '' |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
113 | 0 | 0 | 0 | $td->parent->left or $td->left |
158 | 0 | 0 | 0 | $node->attr('id') || $node->attr('name') |
191 | 0 | 0 | 0 | $node->attr('name') || $node->attr('id') |
192 | 0 | 0 | 0 | $node->attr('id') || $node->attr('name') |