| blib/lib/Term/TablePrint.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 0 | 60 | 0.0 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 197 | 0 | 0 | 0 | @$tbl_orig and @{$tbl_orig->[0];} |
| 214 | 0 | 0 | 0 | $self->{'max_rows'} and $self->{'_last_index'} > $self->{'max_rows'} |
| 267 | 0 | 0 | 0 | defined $next and $next == $window_width_changed |
| 397 | 0 | 0 | 0 | exists $ENV{'TC_POS_AT_SEARCH'} && !$self->{'_search_regex'} |
| 459 | 0 | 0 | 0 | $self->{'_info_row'} and $row == $#{$tbl_print;} |
| 496 | 0 | 0 | 0 | $self->{'binary_filter'} and substr($str, 0, 100) =~ /[\x00-\x08\x0B-\x0C\x0E-\x1F]/u |
| 619 | 0 | 0 | 0 | $w_fract->[$col] and $w_fract->[$col] > 3 |
| 808 | 0 | 0 | 0 | $self->{'expanded_max_width'} and $self->{'expanded_max_width'} < $avail_w |
| 831 | 0 | 0 | 0 | $self->{'binary_filter'} and substr($key, 0, 100) =~ /[\x00-\x08\x0B-\x0C\x0E-\x1F]/u |
| line | l | !l | condition |
|---|---|---|---|
| 552 | 0 | 0 | length $1 // 0 |
| 555 | 0 | 0 | length $2 // 0 |
| 979 | 0 | 0 | int $_[0] - $_[0] / 100 * $_[1] || 1 |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 130 | 0 | 0 | 0 | $key eq "plugin" or $key eq "backup_instance_defaults" |
| 162 | 0 | 0 | 0 | @_ < 1 or @_ > 2 |
| 232 | 0 | 0 | 0 | $next == $window_width_changed or $next == $choose_and_print |
| 358 | 0 | 0 | 0 | length $self->{'info'} or length $self->{'prompt'} |
| 490 | 0 | 0 | 0 | $tbl_orig->[$i][$j] // $self->{'undef'} |
| 498 | 0 | 0 | 0 | $tbl_orig->[$i][$j] // $self->{'undef'} |
| 825 | 0 | 0 | 0 | $tbl_orig->[0][$col] // $self->{'undef'} |
| 833 | 0 | 0 | 0 | $tbl_orig->[0][$col] // $self->{'undef'} |
| 858 | 0 | 0 | 0 | $tbl_orig->[$row][$col] // $self->{'undef'} |