| blib/lib/Org/To/HTML.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 9 | 36 | 25.0 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 194 | 4 | 9 | 8 | $args{'elem'}->can('is_inline') && $args{'elem'}->is_inline |
| 406 | 0 | 0 | 0 | $inline_images and $looks_like_image |
| 412 | 0 | 0 | 0 | $s and $s->isa("Org::Element::Setting") |
| 423 | 0 | 0 | 0 | $s and $s->isa("Org::Element::Setting") |
| line | l | !l | condition |
|---|---|---|---|
| 132 | 0 | 2 | $args{'_class'} // __PACKAGE__ |
| 2 | 0 | $args{'source_file'} // "(source string)" | |
| 0 | 2 | $args{'inline_images'} // 1 | |
| 153 | 1 | 0 | $VERSION // "?" |
| 165 | 0 | 0 | (($self->html_title // $title_from_setting) // $self->source_file) // "(no title)" |
| 259 | 0 | 0 | $elem->children // [] |
| 311 | 0 | 0 | $elem->children // [] |
| 320 | 0 | 0 | $elem->children // [] |
| 330 | 0 | 0 | $elem->children // [] |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 165 | 1 | 0 | 0 | $self->html_title // $title_from_setting |
| 1 | 0 | 0 | ($self->html_title // $title_from_setting) // $self->source_file |