Condition Coverage

blib/lib/Term/Graille.pm
Criterion Covered Total %
condition 0 72 0.0


and 3 conditions

line !l l&&!r l&&r condition
101 0 0 0 defined $self->{'borderStyle'} and ref $self->{'grid'} eq "ARRAY"
138 0 0 0 $x < $self->{'width'} and $x >= 0
0 0 0 $x < $self->{'width'} and $x >= 0 and $y < $self->{'height'}
0 0 0 $x < $self->{'width'} and $x >= 0 and $y < $self->{'height'} and $y >= 0
167 0 0 0 $x < $self->{'width'} and $x >= 0
0 0 0 $x < $self->{'width'} and $x >= 0 and $y < $self->{'height'}
0 0 0 $x < $self->{'width'} and $x >= 0 and $y < $self->{'height'} and $x >= 0
183 0 0 0 $x < $self->{'width'} - 1 and $x >= 0
0 0 0 $x < $self->{'width'} - 1 and $x >= 0 and $y < $self->{'height'} - 1
0 0 0 $x < $self->{'width'} - 1 and $x >= 0 and $y < $self->{'height'} - 1 and $x >= 0
543 0 0 0 $pars[0] and 0 + $pars[0]
554 0 0 0 $pars[0] and 0 + $pars[0]
560 0 0 0 $pars[0] and 0 + $pars[0]

or 2 conditions

line l !l condition
71 0 0 $self->{'top'} //= 1
72 0 0 $self->{'left'} //= 1
73 0 0 $self->{'cartesian'} //= 1
340 0 0 $value //= 1
363 0 0 $numberOfChar //= 1
0 0 $wrap //= 0
547 0 0 $self->{'logoVars'}{'c'} // 1
675 0 0 $style //= "simple"
680 0 0 $titleColour || 'reset'

or 3 conditions

line l !l&&r !l&&!r condition
97 0 0 0 $top //= $self->{'top'}
0 0 0 $left //= $self->{'left'}
482 0 0 0 $chX > $self->{'width'} / 2 or $chX < 0
0 0 0 $chX > $self->{'width'} / 2 or $chX < 0 or $chY > $self->{'height'} / 4
0 0 0 $chX > $self->{'width'} / 2 or $chX < 0 or $chY > $self->{'height'} / 4 or $chY < 0