Condition Coverage

blib/lib/Term/ReadKey.pm
Criterion Covered Total %
condition 0 42 0.0


and 3 conditions

line !l l&&!r l&&r condition
382 0 0 0 @results < 4 and $UseEnv
386 0 0 0 $C >= 2 and $L >= 2
393 0 0 0 @results < 4 and $^O ne 'MSWin32'
403 0 0 0 defined $resize and $resize =~ /COLUMNS\s*=\s*(\d+)/ || $resize =~ /setenv\s+COLUMNS\s+'?(\d+)/
428 0 0 0 @results < 4 and $^O ne 'MSWin32'
433 0 0 0 defined $stty and $stty =~ /(\d+) (\d+)/
501 0 0 0 defined $_[0] and $_[0] > 0
0 0 0 defined $_[0] and $_[0] < 0
0 0 0 defined $_[0] and $_[0] < 0
0 0 0 defined $_[0] and $_[0] > 0
0 0 0 defined $_[0] and $_[0] < 0
0 0 0 defined $_[0] and $_[0] < 0

or 3 conditions

line l !l&&r !l&&!r condition
403 0 0 0 $resize =~ /COLUMNS\s*=\s*(\d+)/ || $resize =~ /setenv\s+COLUMNS\s+'?(\d+)/
410 0 0 0 $resize =~ /LINES\s*=\s*(\d+)/ or $resize =~ /setenv\s+LINES\s+'?(\d+)/