blib/lib/HTML/WikiConverter/Wikispaces.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 0 | 25 | 0.0 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
89 | 0 | 0 | 0 | $parent->tag eq 'dl' and $node->tag eq 'dt' |
line | l | !l | condition |
---|---|---|---|
106 | 0 | 0 | $node->attr('alt') || '' |
107 | 0 | 0 | $node->attr('align') || '' |
108 | 0 | 0 | $node->attr('title') || '' |
109 | 0 | 0 | $node->attr('width') || '' |
110 | 0 | 0 | $node->attr('height') || '' |
125 | 0 | 0 | $node->attr('name') || '' |
139 | 0 | 0 | $node->attr('href') || '' |
148 | 0 | 0 | $self->get_elem_contents($node) || '' |
160 | 0 | 0 | $node->attr('colspan') || 1 |
164 | 0 | 0 | $node->attr('align') || 'left' |
165 | 0 | 0 | $node->attr('style') || '' |