Condition Coverage

blib/lib/Hypothesis/API.pm
Criterion Covered Total %
condition 0 18 0.0


and 3 conditions

line !l l&&!r l&&r condition
462 0 0 0 defined $limit_orig and $num_returned >= $limit_orig
463 0 0 0 @annotation_buff == 0 and not $done
480 0 0 0 defined $limit_orig and $limit_orig eq 'Infinity'
504 0 0 0 @annotation_buff and $last_id ne $annotation_buff[0]{'id'}

or 3 conditions

line l !l&&r !l&&!r condition
485 0 0 0 not defined $limit_orig or $json_content->{'total'} < $limit_orig
519 0 0 0 $done or @annotation_buff == 0