Condition Coverage

blib/lib/Couch/DB/Result.pm
Criterion Covered Total %
condition 0 41 0.0


and 3 conditions

line !l l&&!r l&&r condition
104 0 0 0 $client && $req
283 0 0 0 $this->{'page_mode'} and not $this->{'end_reached'}
321 0 0 0 @chains and $tail
323 0 0 0 builtin::blessed($tail) and $tail->isa("Couch::DB::Result")

or 2 conditions

line l !l condition
149 0 0 $qnr // 0
154 0 0 $self->{'CDR_rows'}[$qnr] ||= []
165 0 0 $qnr //= 0
0 0 $self->{'CDR_rows'}[$qnr //= 0] ||= []
173 0 0 delete $data{'docparams'} || {}
212 0 0 delete $args{'max_bookmarks'} // 10
293 0 0 delete $data->{'code'} || 200

or 3 conditions

line l !l&&r !l&&!r condition
77 0 0 0 $code ||= $self->code
78 0 0 0 &status_constant_name($code) or do {
84 0 0 0 $self->{'CDR_msg'} or $default_code_texts{$self->code}
262 0 0 0 !@$found || $this->{'stop'}->($self)
283 0 0 0 $this->{'all'} or @{$this->{'harvested'};} < $this->{'page_size'}