blib/lib/Term/ReadLine/Tiny.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 0 | 20 | 0.0 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
362 | 0 | 0 | 0 | defined $minline and length $line >= $minline |
465 | 0 | 0 | 0 | defined $result and utf8::is_utf8($result) |
0 | 0 | 0 | defined $result and utf8::is_utf8($result) and $self->{'features'}{'utf8'} | |
627 | 0 | 0 | 0 | defined $ENV{'LANG'} && $ENV{'LANG'} =~ /\.UTF\-?8$/i |
784 | 0 | 0 | 0 | defined $result and utf8::is_utf8($result) |
0 | 0 | 0 | defined $result and utf8::is_utf8($result) and $self->{'features'}{'utf8'} |
line | l | !l | condition |
---|---|---|---|
185 | 0 | 0 | $self->{'autocomplete'} || sub { for (my $i = $history_index; $i >= 0; --$i) { if ($history->[$i] =~ /^$line/) { return $history->[$i]; }; }; return; } |