Condition Coverage

blib/lib/Term/ReadLine/Caroline.pm
Criterion Covered Total %
condition 0 21 0.0


and 3 conditions

line !l l&&!r l&&r condition
39 0 0 0 defined $line and $line =~ /\S/
73 0 0 0 -e '/dev/tty' and $^O ne 'MSWin32'
95 0 0 0 $console eq '/dev/tty' and not open(my $fh, '<', $console)
100 0 0 0 defined fileno STDERR && $^O ne 'MSWin32'

or 3 conditions

line l !l&&r !l&&!r condition
73 0 0 0 -e 'con' or $^O eq 'MSWin32'
82 0 0 0 $^O eq 'amigaos' or $^O eq 'beos'
0 0 0 $^O eq 'amigaos' or $^O eq 'beos' or $^O eq 'epoc'