| blib/lib/HTML/WikiConverter/PhpWiki.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 0 | 15 | 0.0 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 104 | 0 | 0 | 0 | $node->right && $node->right->tag |
| 121 | 0 | 0 | 0 | $node->tag eq 'br' and $node->right |
| 0 | 0 | 0 | $node->tag eq 'br' and $node->right and $node->right->tag eq 'br' |
| line | l | !l | condition |
|---|---|---|---|
| 84 | 0 | 0 | $node->attr('src') || '' |
| 89 | 0 | 0 | $node->attr('href') || '' |
| 90 | 0 | 0 | $self->get_elem_contents($node) || '' |