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
58 0 0 0 defined $opt and not ref $opt
97 0 0 0 $opt->{'binary_filter'} and substr($str, 0, 100) =~ /[\x00-\x08\x0B-\x0C\x0E-\x1F]/

or 2 conditions

line l !l condition
60 0 0 $_[2] // {}
64 0 0 $opt //= {}
65 0 0 $opt->{'join'} //= 1