Condition Coverage

blib/lib/Term/Screen.pm
Criterion Covered Total %
condition 0 36 0.0


and 3 conditions

line !l l&&!r l&&r condition
131 0 0 0 defined $term and ref $term
0 0 0 defined $term and ref $term and UNIVERSAL::isa($term, 'Term::Cap')
148 0 0 0 defined $rows and $rows =~ /\d+/
166 0 0 0 defined $cols and $cols =~ /\d+/
503 0 0 0 $$this{'ECHO'} and $c ne "\e"
516 0 0 0 $$this{'ECHO'} and $c ne "\e"
669 0 0 0 exists $$term{$lfn} and $$term{$lfn}

or 3 conditions

line l !l&&r !l&&!r condition
72 0 0 0 ref $prototype || $prototype
92 0 0 0 not $ospeed or $@
207 0 0 0 $#_ != 2 or $r <= 0
0 0 0 $#_ != 2 or $r <= 0 or $c <= 0
236 0 0 0 $r == 0 or $c == 0