blib/lib/Org/To/HTML.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 9 | 36 | 25.0 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
195 | 4 | 9 | 8 | $args{'elem'}->can('is_inline') && $args{'elem'}->is_inline |
407 | 0 | 0 | 0 | $inline_images and $looks_like_image |
413 | 0 | 0 | 0 | $s and $s->isa("Org::Element::Setting") |
424 | 0 | 0 | 0 | $s and $s->isa("Org::Element::Setting") |
line | l | !l | condition |
---|---|---|---|
133 | 0 | 2 | $args{'_class'} // "Org::To::HTML" |
2 | 0 | $args{'source_file'} // "(source string)" | |
0 | 2 | $args{'inline_images'} // 1 | |
154 | 1 | 0 | $VERSION // "?" |
166 | 0 | 0 | (($self->html_title // $title_from_setting) // $self->source_file) // "(no title)" |
260 | 0 | 0 | $elem->children // [] |
312 | 0 | 0 | $elem->children // [] |
321 | 0 | 0 | $elem->children // [] |
331 | 0 | 0 | $elem->children // [] |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
166 | 1 | 0 | 0 | $self->html_title // $title_from_setting |
1 | 0 | 0 | ($self->html_title // $title_from_setting) // $self->source_file |