blib/lib/HTML/WikiConverter/Txt2tags.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 0 | 44 | 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) | |
141 | 0 | 0 | 0 | $w and $h |
180 | 0 | 0 | 0 | $colspan == 1 and @right_cells |
line | l | !l | condition |
---|---|---|---|
119 | 0 | 0 | $node->attr('href') || '' |
120 | 0 | 0 | $self->get_elem_contents($node) || '' |
136 | 0 | 0 | $node->attr('src') || '' |
139 | 0 | 0 | $node->attr('width') || 0 |
140 | 0 | 0 | $node->attr('height') || 0 |
147 | 0 | 0 | $node->attr('class') || '' |
153 | 0 | 0 | $node->attr('title') || $node->attr('alt') || '' |
163 | 0 | 0 | $node->attr('class') || '' |
174 | 0 | 0 | $node->attr('class') || '' |
177 | 0 | 0 | $node->attr('colspan') || 1 |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
148 | 0 | 0 | 0 | $class eq 'mediaright' || $class eq 'mediacenter' |
149 | 0 | 0 | 0 | $class eq 'medialeft' || $class eq 'mediacenter' |
164 | 0 | 0 | 0 | $class eq 'rightalign' or $class eq 'centeralign' |
175 | 0 | 0 | 0 | $class eq 'leftalign' or $class eq 'centeralign' |