Condition Coverage

blib/lib/DBD/Crate.pm
Criterion Covered Total %
condition 0 25 0.0


and 2 conditions

line l !l condition
270 0 0 $ret->{'status'} == 599 and scalar @hosts

and 3 conditions

line !l l&&!r l&&r condition
292 0 0 0 ref $data eq 'HASH' && ref $data->{'error'}

or 2 conditions

line l !l condition
74 0 0 $user || ''
0 0 $pass || ''
145 0 0 $digest ||= ''
201 0 0 shift() || 'doc'
258 0 0 shift() || 'POST'
259 0 0 shift() || '/_sql'
347 0 0 $data->{'rowcount'} || '0E0'

or 3 conditions

line l !l&&r !l&&!r condition
73 0 0 0 $user or $pass
292 0 0 0 $ret->{'content'} || $ret->{'reason'}