| blib/lib/Perinci/To/Doc/Role/Section/AddTextLines.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 0 | 34 | 0.0 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 43 | 0 | 0 | 0 | /^\s{4,}\S+/ and !$i || $type eq 'verbatim' || @para && $para[-1][0] eq 'blank' |
| 44 | 0 | 0 | 0 | defined $start and $type ne 'blank' |
| 52 | 0 | 0 | 0 | defined $start and $type ne 'verbatim' |
| 59 | 0 | 0 | 0 | defined $start and $type ne 'normal' |
| 70 | 0 | 0 | 0 | @para and $para[-1][0] eq $type |
| line | l | !l | condition |
|---|---|---|---|
| 19 | 0 | 0 | $opts //= {} |
| 88 | 0 | 0 | $ENV{'COLUMNS'} // 80 |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 30 | 0 | 0 | 0 | $opts->{'wrap'} // $self->doc_wrap |
| 43 | 0 | 0 | 0 | !$i || $type eq 'verbatim' || @para && $para[-1][0] eq 'blank' |
| 48 | 0 | 0 | 0 | $start //= $i |
| 56 | 0 | 0 | 0 | $start //= $i |
| 63 | 0 | 0 | 0 | $start //= $i |