blib/lib/HTML/WikiConverter/Oddmuse.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 0 | 18 | 0.0 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
125 | 0 | 0 | 0 | $self->camel_case and lc $title eq lc $text |
0 | 0 | 0 | $self->camel_case and lc $title eq lc $text and $self->is_camel_case($text) |
line | l | !l | condition |
---|---|---|---|
104 | 0 | 0 | $node->attr('align') || 'left' |
105 | 0 | 0 | $node->attr('colspan') || 1 |
114 | 0 | 0 | $node->attr('align') || 'left' |
120 | 0 | 0 | $node->attr('href') || '' |
121 | 0 | 0 | $self->get_elem_contents($node) || '' |
136 | 0 | 0 | $node->attr('src') || '' |