Condition Coverage

blib/lib/Markdown/To/POD.pm
Criterion Covered Total %
condition 9 61 14.7


and 3 conditions

line !l l&&!r l&&r condition
55 3 0 0 defined $p{'tab_width'} and $p{'tab_width'} =~ /^\d+$/
262 0 0 0 $options->{'interpret_markdown_on_attribute'} and $opening_tag =~ s/$markdown_attr//i
611 0 0 0 not defined $url and defined $self->{'_urls'}{$link_id}
625 0 0 0 not defined $title and defined $link_id
0 0 0 not defined $title and defined $link_id and defined $self->{'_titles'}{$link_id}
727 0 0 0 not defined $url and defined $self->{'_urls'}{$link_id}
738 0 0 0 not defined $title and length $link_id
0 0 0 not defined $title and length $link_id and defined $self->{'_titles'}{$link_id}
0 0 0 not defined $title and length $link_id and defined $self->{'_titles'}{$link_id} and length $self->{'_titles'}{$link_id}
743 0 0 0 defined $title and length $title
902 0 0 0 $list_type eq 'ol' and $self->{'trust_list_start_value'}
1295 0 3 0 defined $text and length $text

or 2 conditions

line l !l condition
53 0 3 $p{'base_url'} ||= ''
57 0 3 $p{'empty_element_suffix'} ||= ' />'
82 0 3 $options ||= {}
723 0 0 $alt_text ||= ''
1141 0 1 shift() // 1

or 3 conditions

line l !l&&r !l&&!r condition
62 0 3 0 ref $class || $class
464 0 3 0 my $tokens ||= $self->_TokenizeHTML($text)
499 0 3 0 my $tokens ||= $self->_TokenizeHTML($text)
962 0 0 0 $leading_line or $item =~ /\n{2,}/
1028 0 0 0 $leading_line or $item =~ /\n{2,}/