blib/lib/HTML/WikiConverter/DokuWiki.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 0 | 44 | 0.0 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
120 | 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) | |
136 | 0 | 0 | 0 | $w and $h |
175 | 0 | 0 | 0 | $colspan == 1 and @right_cells |
line | l | !l | condition |
---|---|---|---|
114 | 0 | 0 | $node->attr('href') || '' |
115 | 0 | 0 | $self->get_elem_contents($node) || '' |
131 | 0 | 0 | $node->attr('src') || '' |
134 | 0 | 0 | $node->attr('width') || 0 |
135 | 0 | 0 | $node->attr('height') || 0 |
142 | 0 | 0 | $node->attr('class') || '' |
148 | 0 | 0 | $node->attr('title') || $node->attr('alt') || '' |
158 | 0 | 0 | $node->attr('class') || '' |
169 | 0 | 0 | $node->attr('class') || '' |
172 | 0 | 0 | $node->attr('colspan') || 1 |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
143 | 0 | 0 | 0 | $class eq 'mediaright' || $class eq 'mediacenter' |
144 | 0 | 0 | 0 | $class eq 'medialeft' || $class eq 'mediacenter' |
159 | 0 | 0 | 0 | $class eq 'rightalign' or $class eq 'centeralign' |
170 | 0 | 0 | 0 | $class eq 'leftalign' or $class eq 'centeralign' |