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
104 0 0 0 defined $self->{'borderStyle'} and ref $self->{'grid'} eq "ARRAY"
142 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
171 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
187 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
547 0 0 0 $pars[0] and 0 + $pars[0]
558 0 0 0 $pars[0] and 0 + $pars[0]
564 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
344 0 0 $value //= 1
367 0 0 $numberOfChar //= 1
0 0 $wrap //= 0
551 0 0 $self->{'logoVars'}{'c'} // 1
686 0 0 $style //= "simple"
691 0 0 $titleColour || 'reset'

or 3 conditions

line l !l&&r !l&&!r condition
100 0 0 0 $top //= $self->{'top'}
0 0 0 $left //= $self->{'left'}
486 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