Condition Coverage

blib/lib/Term/ReadLine/Tiny.pm
Criterion Covered Total %
condition 0 18 0.0


and 3 conditions

line !l l&&!r l&&r condition
355 0 0 0 defined $minline and length $line >= $minline
453 0 0 0 defined $result and utf8::is_utf8($result)
0 0 0 defined $result and utf8::is_utf8($result) and $self->{'features'}{'utf8'}
615 0 0 0 defined $ENV{'LANG'} && $ENV{'LANG'} =~ /\.UTF\-?8$/i
772 0 0 0 defined $result and utf8::is_utf8($result)
0 0 0 defined $result and utf8::is_utf8($result) and $self->{'features'}{'utf8'}