blib/lib/HTML/WikiConverter/UseMod.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
branch | 0 | 16 | 0.0 |
line | true | false | branch |
---|---|---|---|
68 | 0 | 0 | if $node->parent->tag eq 'ul' |
69 | 0 | 0 | if $node->parent->tag eq 'ol' |
70 | 0 | 0 | if $node->parent->tag eq 'dl' |
71 | 0 | 0 | if $node->parent->tag eq 'dl' and $node->tag eq 'dt' |
74 | 0 | 0 | if $node->left and $node->left->tag eq 'dt' |
82 | 0 | 0 | if $url eq $text |
93 | 0 | 0 | if $node->tag eq 'a' |
94 | 0 | 0 | if $node->tag eq 'caption' |