Condition Coverage

blib/lib/Perinci/To/Doc/Role/Section/AddTextLines.pm
Criterion Covered Total %
condition 0 34 0.0


and 3 conditions

line !l l&&!r l&&r condition
45 0 0 0 /^\s{4,}\S+/ and !$i || $type eq 'verbatim' || @para && $para[-1][0] eq 'blank'
46 0 0 0 defined $start and $type ne "blank"
54 0 0 0 defined $start and $type ne "verbatim"
61 0 0 0 defined $start and $type ne "normal"
72 0 0 0 @para and $para[-1][0] eq $type

or 2 conditions

line l !l condition
21 0 0 $opts //= {}
90 0 0 $ENV{'COLUMNS'} // 80

or 3 conditions

line l !l&&r !l&&!r condition
32 0 0 0 $opts->{'wrap'} // $self->doc_wrap
45 0 0 0 !$i || $type eq 'verbatim' || @para && $para[-1][0] eq 'blank'
50 0 0 0 $start //= $i
58 0 0 0 $start //= $i
65 0 0 0 $start //= $i