blib/lib/Term/Choose/LineFold.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 0 | 12 | 0.0 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
121 | 0 | 0 | 0 | $opt->{'binary_filter'} and substr($str, 0, 100) =~ /[\x00-\x08\x0B-\x0C\x0E-\x1F]/ |
133 | 0 | 0 | 0 | not $str =~ /\R/ and print_columns($opt->{'init_tab'} . $str) <= $avail_width |
0 | 0 | 0 | not $str =~ /\R/ and print_columns($opt->{'init_tab'} . $str) <= $avail_width and not @color |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
36 | 0 | 0 | 0 | $_[0] < $table->[0][0] or $_[0] > $table->[$max][1] |