Condition Coverage

blib/lib/Term/Pager.pm
Criterion Covered Total %
condition 0 25 0.0


and 3 conditions

line !l l&&!r l&&r condition
189 0 0 0 $@ and not ref $@
464 0 0 0 $$me{'search'} eq '/' and $prev
473 0 0 0 $$me{'end'} > $$me{'nl'} - 1 and $$me{'start'}

or 2 conditions

line l !l condition
80 0 0 $param{'speed'} || 38400
180 0 0 $$me{'fnc'}{lc $q} || \&beep

or 3 conditions

line l !l&&r !l&&!r condition
446 0 0 0 $l eq "\n" or $l eq "\r"
447 0 0 0 $l eq "\e" or not defined $l
451 0 0 0 $l eq "\cH" or $l eq "\177"
0 0 0 $l eq "\cH" or $l eq "\177" or $l eq '#'