Condition Coverage

blib/lib/DBIx/BLOB/Handle.pm
Criterion Covered Total %
condition 0 31 0.0


and 3 conditions

line !l l&&!r l&&r condition
108 0 0 0 defined $_[1] and $offset > length $_[1] || $offset < 0
134 0 0 0 not $$self{'eof'} and $$self{'pos'} < $offset
157 0 0 0 not $$self{'eof'} and $$self{'pos'} < $seekto

or 2 conditions

line l !l condition
36 0 0 shift() || 0
0 0 shift() || 4096
49 0 0 (my $sep = $/) ||= ''
107 0 0 $offset ||= 0
123 0 0 $_[1] ||= ''

or 3 conditions

line l !l&&r !l&&!r condition
28 0 0 0 ref $self || $self
70 0 0 0 @{$$self{'lines_ref'};} > 1 or $$self{'eof'}
105 0 0 0 $length ||= $$self{'blocksize'}
108 0 0 0 $offset > length $_[1] || $offset < 0