blib/lib/Term/VT102/Boundless.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
branch | 15 | 20 | 75.0 |
line | true | false | branch |
---|---|---|---|
26 | 0 | 2 | if $self->{'_xon'} == 0 |
32 | 1 | 1 | unless defined $row |
34 | 1 | 1 | if (length $row < $x) |
41 | 2 | 0 | if $newcols > $self->{'cols'} |
45 | 1 | 1 | unless defined $row_attrs |
47 | 1 | 1 | if (length($row_attrs) / 2 < $x) |
62 | 1 | 0 | unless defined $num |
63 | 0 | 1 | if $num < 1 |
66 | 0 | 1 | if $self->{'y'} <= $self->{'srb'} |
88 | 1 | 3 | if ((my $extend = $self->{'cols'} - length($self->{'scrt'}[$row])) > 0) |