Branch Coverage

blib/lib/AnyEvent/CouchDB.pm
Criterion Covered Total %
branch 0 26 0.0


line true false branch
32 0 0 if (ref $headers ne 'HASH')
37 0 0 if (exists $$options{'type'}) { }
0 0 elsif (not exists $$headers{'Content-Type'}) { }
44 0 0 if (exists $$self{'http_auth'})
72 0 0 if $$options{'success'}
79 0 0 if $$options{'error'}
93 0 0 if $@
100 0 0 if ($$headers{'Status'} >= $status and $$headers{'Status'} < 400) { }
115 0 0 if ($db =~ /^https?:/) { }
116 0 0 unless $db =~ m[/$]
129 0 0 if (my $userinfo = $$self{'uri'}->userinfo)
150 0 0 $uri->path ? :
180 0 0 if (my $continuous = delete $$options{'continuous'})