Branch Coverage

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


line true false branch
59 0 0 if $x < 0 or $y < 0
62 0 0 if ($self->autoresize) { }
64 0 0 if ($x >= $self->width)
67 0 0 if ($y >= $self->height)
70 0 0 if ($neww or $newh)
74 0 0 if $x >= $self->width or $y >= $self->height
78 0 0 if ($val) { }
88 0 0 if $x < 0 or $x >= $self->width or $y < 0 or $y >= $self->height
96 0 0 if ($w > $self->width)
104 0 0 if ($h > $self->height)
152 0 0 unless $scrollx or $scrolly
153 0 0 if ($scrolly)
157 0 0 if ($scrollx)
170 0 0 if $shapex > $self->width
174 0 0 if $shapex and $shapex != $self->width
182 0 0 if $shapey > $self->height
188 0 0 if ($shapey and $shapey != $self->height)