line |
true |
false |
branch |
190
|
0 |
0 |
if ($self->md_extra)
|
214
|
0 |
0 |
unless $self->header_style eq 'atx'
|
217
|
0 |
0 |
unless $level
|
227
|
0 |
0 |
if ($node->id)
|
231
|
0 |
0 |
unless $self->header_style eq 'setext'
|
233
|
0 |
0 |
unless $level
|
235
|
0 |
0 |
$level == 1 ? :
|
249
|
0 |
0 |
if $url =~ /^\#/ and $self->force_inline_anchor_links
|
251
|
0 |
0 |
if ($url eq $text) { }
|
|
0 |
0 |
elsif ($style eq 'inline') { }
|
|
0 |
0 |
elsif ($style eq 'reference') { }
|
255
|
0 |
0 |
if $title
|
278
|
0 |
0 |
unless $self->_links
|
290
|
0 |
0 |
if ($width || $height and $self->image_tag_fallback) { }
|
|
0 |
0 |
elsif ($self->image_style eq 'inline') { }
|
|
0 |
0 |
elsif ($self->image_style eq 'reference') { }
|
294
|
0 |
0 |
if $title
|
311
|
0 |
0 |
if $node->parent and $node->parent->tag eq 'ul'
|
312
|
0 |
0 |
if $node->parent and $node->parent->tag eq 'ol'
|
320
|
0 |
0 |
if $style eq 'asterisk'
|
321
|
0 |
0 |
if $style eq 'plus'
|
322
|
0 |
0 |
if $style eq 'dash'
|
332
|
0 |
0 |
if ($style eq 'one-dot') { }
|
|
0 |
0 |
elsif ($style eq 'sequential') { }
|
346
|
0 |
0 |
$node->look_up('_tag', 'li') ? :
|
351
|
0 |
0 |
unless $node->tag and $node->parent and $node->parent->tag
|
353
|
0 |
0 |
if ($node->tag eq 'blockquote') { }
|
|
0 |
0 |
elsif ($node->tag eq '~text') { }
|
355
|
0 |
0 |
unless (@non_phrasal_children)
|
364
|
0 |
0 |
if $node->parent->tag eq 'code' or $node->parent->tag eq 'code_block'
|
375
|
0 |
0 |
if ($self->_text_is_within_code_pre($node))
|
383
|
0 |
0 |
unless $node->parent->parent and $node->parent->parent->tag
|
388
|
0 |
0 |
unless $code_pre or $pre_code
|
391
|
0 |
0 |
if $node->left or $node->right
|
392
|
0 |
0 |
if $node->parent->left or $node->parent->right
|
444
|
0 |
0 |
if (not $inside_code)
|
460
|
0 |
0 |
$contents =~ /\`/ ? :
|
467
|
0 |
0 |
unless $text
|
489
|
0 |
0 |
unless $self->_links
|
490
|
0 |
0 |
unless @links
|
497
|
0 |
0 |
if ($title) { }
|
519
|
0 |
0 |
unless $self->base_uri
|