Condition Coverage

blib/lib/CouchDB/Client/DB.pm
Criterion Covered Total %
condition 0 21 0.0


and 3 conditions

line !l l&&!r l&&r condition
46 0 0 0 $$res{'success'} and $$res{'json'}{'ok'}
54 0 0 0 $$res{'success'} and $$res{'json'}{'ok'}
67 0 0 0 defined $args{'source'} and defined $args{'target'}
91 0 0 0 defined $args{$_} && $args{$_}

or 3 conditions

line l !l&&r !l&&!r condition
241 0 0 0 $k eq 'key' or $k eq 'startkey'
0 0 0 $k eq 'key' or $k eq 'startkey' or $k eq 'endkey'
242 0 0 0 ref $args{$k} eq 'ARRAY' or ref $args{$k} eq 'HASH'