blib/lib/CouchDB/Client/Doc.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 0 | 19 | 0.0 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
76 | 0 | 0 | 0 | $$self{'attachments'} and keys %{$$self{'attachments'};} |
137 | 0 | 0 | 0 | $$self{'id'} and $$self{'rev'} |
148 | 0 | 0 | 0 | $$self{'id'} and $$self{'rev'} |
line | l | !l | condition |
---|---|---|---|
20 | 0 | 0 | $opt{'id'} || '' |
0 | 0 | $opt{'rev'} || '' | |
0 | 0 | $opt{'attachments'} || {} | |
0 | 0 | $opt{'data'} || {} | |
37 | 0 | 0 | delete $$data{'_attachments'} || {} |