Condition Coverage

blib/lib/Term/Choose/LineFold.pm
Criterion Covered Total %
condition 0 12 0.0


and 3 conditions

line !l l&&!r l&&r condition
78 0 0 0 $opt->{'truncate_long_tabs'} and length $_ > $max_tab_width
91 0 0 0 $opt->{'binary_filter'} and substr($str, 0, 100) =~ /[\x00-\x08\x0B-\x0C\x0E-\x1F]/

or 2 conditions

line l !l condition
57 0 0 $opt //= {}
58 0 0 $opt->{'join'} //= 1
59 0 0 $opt->{'truncate_long_tabs'} //= 1