Branch Coverage

blib/lib/DBIx/BLOB/Handle.pm
Criterion Covered Total %
branch 1 46 2.1


line true false branch
14 0 1 if (grep {$_ eq ':INTO_STATEMENT';} @_)
50 0 0 if (not $sep) { }
0 0 elsif (wantarray) { }
54 0 0 if $$self{'eof'}
58 0 0 wantarray ? :
70 0 0 if (@{$$self{'lines_ref'};} > 1 or $$self{'eof'})
71 0 0 if @{$$self{'lines_ref'};}
94 0 0 if ($len) { }
105 0 0 unless defined $length
106 0 0 unless $length >= 0
108 0 0 if (defined $_[1] and $offset > length $_[1] || $offset < 0)
118 0 0 if ($len) { }
130 0 0 if ($whence == 0) { }
0 0 elsif ($whence == 1) { }
0 0 elsif ($whence == 2) { }
131 0 0 if ($offset > 0) { }
132 0 0 if ($offset > $$self{'pos'}) { }
137 0 0 if ($offset < $$self{'pos'})
151 0 0 if ($offset < 0) { }
153 0 0 if $$self{'pos'} < 0
160 0 0 if ($seekto < $$self{'pos'})
170 0 0 if ($offset < 0)
173 0 0 if $$self{'pos'} < 0