Branch Coverage

blib/lib/HiPi/Utils/BitBuffer.pm
Criterion Covered Total %
branch 0 34 0.0


line true false branch
58 0 0 if $x < 0 or $y < 0
61 0 0 if ($self->autoresize) { }
63 0 0 if ($x >= $self->width)
66 0 0 if ($y >= $self->height)
69 0 0 if ($neww or $newh)
73 0 0 if $x >= $self->width or $y >= $self->height
77 0 0 if ($val) { }
87 0 0 if $x < 0 or $x >= $self->width or $y < 0 or $y >= $self->height
95 0 0 if ($w > $self->width)
103 0 0 if ($h > $self->height)
150 0 0 unless $scrollx or $scrolly
151 0 0 if ($scrolly)
155 0 0 if ($scrollx)
168 0 0 if $shapex > $self->width
172 0 0 if $shapex and $shapex != $self->width
180 0 0 if $shapey > $self->height
186 0 0 if ($shapey and $shapey != $self->height)