blib/lib/Pod/Markdown.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 22 | 34 | 64.7 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
368 | 4 | 3 | 3 | $args{'with_meta'} and not $parser->include_meta_tags |
817 | 0 | 1 | 42 | defined $text && length $text |
line | l | !l | condition |
---|---|---|---|
232 | 37 | 9 | $format ||= 'pod_simple_xhtml' |
279 | 9471 | 290 | $self->{'_Pod_Markdown_'} ||= {'indent', 0, 'stacks', [], 'states', [{}], 'link', [], 'encode_amp', 1, 'encode_lt', 1} |
642 | 10 | 2 | $self->detected_encoding || $self->output_encoding || 'UTF-8' |
1046 | 6 | 0 | $part || 1 |
1109 | 3 | 0 | $section ||= 'section' |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
62 | 12 | 11 | 0 | $entities{$1} || sprintf('#x%X', ord $1) |
82 | 11 | 0 | 0 | $HTML::Entities::char2entity{$chr} || HTML::Entities::num_entity($chr) |
85 | 0 | 7 | 0 | $entities{chr $_[0]} || sprintf('#x%X', $_[0]) |
160 | 611 | 233 | 0 | $URL_PREFIXES{$_[0]} || $_[0] |
1046 | 6 | 0 | 0 | $page || $to |
1053 | 3 | 65 | 0 | defined $name && $self->is_local_module($name) && $self->local_module_url_prefix || $self->perldoc_url_prefix |