Condition Coverage

blib/lib/File/BLOB.pm
Criterion Covered Total %
condition 5 12 41.6


and 3 conditions

line !l l&&!r l&&r condition
178 0 0 2 $path and -e $path
319 0 0 1 defined $data and not ref $data
326 0 0 2 defined $data and not ref $data

or 3 conditions

line l !l&&r !l&&!r condition
146 4 2 0 $$self{'content_type'} ||= $self->_mime_type($$self{'content'})