blib/lib/HTML/WikiConverter/PmWiki.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 0 | 39 | 0.0 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
158 | 0 | 0 | 0 | $tag eq 'a' and $node->attr('name') |
160 | 0 | 0 | 0 | $tag eq '~text' and $node->left |
0 | 0 | 0 | $tag eq '~text' and $node->left and $node->left->tag | |
0 | 0 | 0 | $tag eq '~text' and $node->left and $node->left->tag and $node->left->tag eq 'br' | |
0 | 0 | 0 | $tag eq '~text' and $node->left and $node->left->tag and $node->left->tag eq 'br' and not $node->look_up('_tag', 'pre') |
line | l | !l | condition |
---|---|---|---|
93 | 0 | 0 | $node->attr('align') || 'left' |
101 | 0 | 0 | $node->attr('colspan') || 1 |
104 | 0 | 0 | $node->attr('align') || 'left' |
137 | 0 | 0 | $node->attr('href') || '' |
138 | 0 | 0 | $self->get_elem_contents($node) || '' |
146 | 0 | 0 | $node->attr('name') || '' |
152 | 0 | 0 | $node->attr('src') || '' |
157 | 0 | 0 | $node->tag || '' |
169 | 0 | 0 | $node->attr('name') || '' |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
94 | 0 | 0 | 0 | $align eq 'center' or $align eq 'right' |
105 | 0 | 0 | 0 | $align eq 'center' or $align eq 'left' |