Condition Coverage

blib/lib/Term/TablePrint.pm
Criterion Covered Total %
condition 0 69 0.0


and 3 conditions

line !l l&&!r l&&r condition
191 0 0 0 @$tbl_orig and @{$tbl_orig->[0];}
208 0 0 0 $self->{'max_rows'} and $self->{'_last_index'} > $self->{'max_rows'}
260 0 0 0 defined $next and $next == $window_width_changed
387 0 0 0 exists $ENV{'TC_POS_AT_SEARCH'} && !$self->{'_search_regex'}
449 0 0 0 $self->{'_info_row'} and $row == $#{$tbl_print;}
486 0 0 0 $self->{'binary_filter'} and substr($str, 0, 100) =~ /[\x00-\x08\x0B-\x0C\x0E-\x1F]/u
609 0 0 0 $width->{'fract_calc'}[$col] and $width->{'fract_calc'}[$col] > 3
671 0 0 0 $width->{'fract_calc'}[$col] < $width->{'fract'}[$col] and $width->{'int'}[$col] + $width->{'fract_calc'}[$col] < $width->{'cols_calc'}[$col]
721 0 0 0 $tbl_copy->[$row][$col] =~ /[eE]-/u and $width->{'fract'}[$col] != $width->{'fract_calc'}[$col]
751 0 0 0 $precision == 0 and length $tbl_copy->[$row][$col] < $width->{'cols_calc'}[$col]
809 0 0 0 $self->{'expanded_max_width'} and $self->{'expanded_max_width'} < $avail_w
832 0 0 0 $self->{'binary_filter'} and substr($key, 0, 100) =~ /[\x00-\x08\x0B-\x0C\x0E-\x1F]/u

or 2 conditions

line l !l condition
541 0 0 length $1 // 0
544 0 0 length $2 // 0
980 0 0 int $_[0] - $_[0] / 100 * $_[1] || 1

or 3 conditions

line l !l&&r !l&&!r condition
130 0 0 0 $key eq "plugin" or $key eq "backup_instance_defaults"
159 0 0 0 @_ < 1 or @_ > 2
226 0 0 0 $next == $window_width_changed or $next == $choose_and_print
348 0 0 0 length $self->{'info'} or length $self->{'prompt'}
480 0 0 0 $tbl_orig->[$i][$j] // $self->{'undef'}
488 0 0 0 $tbl_orig->[$i][$j] // $self->{'undef'}
826 0 0 0 $tbl_orig->[0][$col] // $self->{'undef'}
834 0 0 0 $tbl_orig->[0][$col] // $self->{'undef'}
859 0 0 0 $tbl_orig->[$row][$col] // $self->{'undef'}