Condition Coverage

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


and 3 conditions

line !l l&&!r l&&r condition
395 0 0 0 @results < 4 and $Term::ReadKey::UseEnv
399 0 0 0 $C >= 2 and $L >= 2
406 0 0 0 @results < 4 and $^O ne 'MSWin32'
416 0 0 0 defined $resize and $resize =~ /COLUMNS\s*=\s*(\d+)/ || $resize =~ /setenv\s+COLUMNS\s+'?(\d+)/
440 0 0 0 @results < 4 and $^O ne 'MSWin32'
445 0 0 0 defined $stty and $stty =~ /(\d+) (\d+)/
475 0 0 0 defined $_[0] and $_[0] > 0
478 0 0 0 defined $_[0] and $_[0] < 0
480 0 0 0 defined $_[0] and $_[0] < 0
485 0 0 0 defined $_[0] and $_[0] > 0
488 0 0 0 defined $_[0] and $_[0] < 0
490 0 0 0 defined $_[0] and $_[0] < 0

or 3 conditions

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