| blib/lib/HTML/WikiConverter/Markdown.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % | 
| condition | 0 | 76 | 0.0 | 
| line | !l | l&&!r | l&&r | condition | 
|---|---|---|---|---|
| 249 | 0 | 0 | 0 | $url =~ /^\#/ and $self->force_inline_anchor_links | 
| 290 | 0 | 0 | 0 | $width || $height and $self->image_tag_fallback | 
| 311 | 0 | 0 | 0 | $node->parent and $node->parent->tag eq 'ul' | 
| 312 | 0 | 0 | 0 | $node->parent and $node->parent->tag eq 'ol' | 
| 351 | 0 | 0 | 0 | $node->tag and $node->parent | 
| 0 | 0 | 0 | $node->tag and $node->parent and $node->parent->tag | |
| 383 | 0 | 0 | 0 | $node->parent->parent and $node->parent->parent->tag | 
| 386 | 0 | 0 | 0 | $node->parent->tag eq 'code' && $node->parent->parent->tag eq 'pre' | 
| 387 | 0 | 0 | 0 | $node->parent->tag eq 'pre' && $node->parent->parent->tag eq 'code' | 
| line | l | !l | condition | 
|---|---|---|---|
| 244 | 0 | 0 | $node->attr('href') || '' | 
| 246 | 0 | 0 | $node->attr('title') || '' | 
| 271 | 0 | 0 | $self->_last_link_id || 0 | 
| 284 | 0 | 0 | $node->attr('src') || '' | 
| 285 | 0 | 0 | $node->attr('alt') || '' | 
| 286 | 0 | 0 | $node->attr('title') || '' | 
| 287 | 0 | 0 | $node->attr('width') || '' | 
| 288 | 0 | 0 | $node->attr('height') || '' | 
| 425 | 0 | 0 | $node->attr('text') || '' | 
| 466 | 0 | 0 | $node->attr('text') || '' | 
| 494 | 0 | 0 | $$link{'id'} || '' | 
| 495 | 0 | 0 | $$link{'url'} || '' | 
| 496 | 0 | 0 | $$link{'title'} || '' | 
| 513 | 0 | 0 | pop() || '' | 
| line | l | !l&&r | !l&&!r | condition | 
|---|---|---|---|---|
| 290 | 0 | 0 | 0 | $width || $height | 
| 364 | 0 | 0 | 0 | $node->parent->tag eq 'code' or $node->parent->tag eq 'code_block' | 
| 388 | 0 | 0 | 0 | $code_pre or $pre_code | 
| 391 | 0 | 0 | 0 | $node->left or $node->right | 
| 392 | 0 | 0 | 0 | $node->parent->left or $node->parent->right | 
| 439 | 0 | 0 | 0 | $node->look_up('_tag', 'code') || $node->look_up('_tag', 'code_block') || $node->look_up('_tag', 'pre') | 
| 514 | 0 | 0 | 0 | $HTML::Tagset::isPhraseMarkup{$tag} || $tag eq '~text' |