| lib/Pod/Simple/RTF.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 12 | 37 | 32.4 |
| line | l | !l | condition |
|---|---|---|---|
| 22 | 0 | 270 | $] ge 5.007003 and !1 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 198 | 0 | 0 | 3 | $self->do_beginning && $self->do_middle && $self->do_end |
| 303 | 0 | 0 | 0 | @to_unget > 1 and $to_unget[-2]->type eq 'end' |
| 0 | 0 | 0 | @to_unget > 1 and $to_unget[-2]->type eq 'end' and $to_unget[-2]->tagname =~ /^item-/s | |
| 313 | 0 | 0 | 0 | $to_unget[-1]->type eq 'start' and $to_unget[-1]->tagname eq 'Para' |
| 513 | 3 | 0 | 0 | $title =~ /^\S+$/s and $title =~ /::/s |
| line | l | !l | condition |
|---|---|---|---|
| 162 | 0 | 3 | $ENV{'RTFDEFLANG'} || '' |
| 0 | 3 | $ENV{'RTFDEFLANG'} || '' | |
| 0 | 3 | $ENV{'RTFDEFLANG'} || '' | |
| 342 | 0 | 0 | $token->attr('type') || 'pod' |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 271 | 0 | 1 | 21 | ($tagname = $token->tagname) eq 'Verbatim' or $tagname eq 'VerbatimFormatted' |
| 369 | 0 | 1 | 21 | $tagname eq 'Verbatim' or $tagname eq 'VerbatimFormatted' |
| 474 | 3 | 0 | 0 | ref $self || $self |
| 497 | 0 | 3 | 0 | $ENV{'SOURCE_DATE_EPOCH'} || time |