Condition Coverage

blib/lib/Term/ReadPassword/Win32.pm
Criterion Covered Total %
condition 0 22 0.0


and 3 conditions

line !l l&&!r l&&r condition
93 0 0 0 $idle_limit and DiffTick($tick2, $tick) > $idle_limit
114 0 0 0 $interruptmode > 0 and $ch == 27 || $ch == 3

or 2 conditions

line l !l condition
80 0 0 $Term::ReadPassword::Win32::STAR_STRING || '*'
81 0 0 $Term::ReadPassword::Win32::UNSTAR_STRING || "\cH \cH"

or 3 conditions

line l !l&&r !l&&!r condition
108 0 0 0 $evtype != 1 or not $keydown
114 0 0 0 $ch == 13 or $ch == 10
0 0 0 $ch == 8 or $ch == 127
0 0 0 $ch == 27 || $ch == 3