Condition Coverage

blib/lib/Pod/Markdown.pm
Criterion Covered Total %
condition 27 37 72.9


and 3 conditions

line !l l&&!r l&&r condition
369 4 3 3 $args{'with_meta'} and not $parser->include_meta_tags
818 0 1 42 defined $text && length $text
1055 11 50 8 defined $name and $self->is_local_module($name)
61 4 4 defined $name and $self->is_local_module($name) and defined $self->local_module_url_prefix

or 2 conditions

line l !l condition
233 38 9 $format ||= 'pod_simple_xhtml'
280 9495 291 $self->{'_Pod_Markdown_'} ||= {'indent', 0, 'stacks', [], 'states', [{}], 'link', [], 'encode_amp', 1, 'encode_lt', 1}
643 10 2 $self->detected_encoding || $self->output_encoding || 'UTF-8'
1047 6 0 $part || 1
1114 3 0 $section ||= 'section'

or 3 conditions

line l !l&&r !l&&!r condition
63 12 11 0 $entities{$1} || sprintf('#x%X', ord $1)
83 11 0 0 $HTML::Entities::char2entity{$chr} || HTML::Entities::num_entity($chr)
86 0 7 0 $entities{chr $_[0]} || sprintf('#x%X', $_[0])
161 613 233 1 $URL_PREFIXES{$_[0]} || $_[0]
1047 6 0 0 $page || $to