blib/lib/AnyEvent/CouchDB/Database.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 0 | 17 | 0.0 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
325 | 0 | 0 | 0 | $$headers{'Status'} >= 200 and $$headers{'Status'} < 400 |
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'} ||= {} |
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' |