blib/lib/Mojo/CouchDB.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 8 | 20 | 40.0 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
96 | 0 | 0 | 2 | $username and $password |
98 | 0 | 0 | 2 | $username and $password |
152 | 4 | 0 | 3 | $loc && $loc ne '' |
162 | 3 | 4 | 0 | $r->json and exists $r->json->{'error'} |
175 | 0 | 0 | 0 | $loc && $loc ne '' |
277 | 0 | 0 | 0 | $query and &reftype($query) eq "HASH" |
line | l | !l | condition |
---|---|---|---|
166 | 4 | 2 | $r->json || {} |