Condition Coverage

blib/lib/AnyEvent/CouchDB/Database.pm
Criterion Covered Total %
condition 0 17 0.0


and 3 conditions

line !l l&&!r l&&r condition
325 0 0 0 $$headers{'Status'} >= 200 and $$headers{'Status'} < 400

or 2 conditions

line l !l condition
177 0 0 $options ||= {}
264 0 0 $$options{'type'} ||= 'text/plain'
272 0 0 $$doc{'_attachments'} ||= {}
285 0 0 $$doc{'_attachments'} ||= {}

or 3 conditions

line l !l&&r !l&&!r condition
57 0 0 0 $json_encoder ||= $default_json
398 0 0 0 $language ||= ref $map_fun eq 'CODE' ? 'text/perl' : 'javascript'