blib/lib/Hypothesis/API.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 0 | 18 | 0.0 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
453 | 0 | 0 | 0 | defined $limit_orig and $num_returned >= $limit_orig |
454 | 0 | 0 | 0 | @annotation_buff == 0 and not $done |
463 | 0 | 0 | 0 | defined $limit_orig and $limit_orig eq 'Infinity' |
487 | 0 | 0 | 0 | @annotation_buff and $last_id ne $annotation_buff[0]{'id'} |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
468 | 0 | 0 | 0 | not defined $limit_orig or $json_content->{'total'} < $limit_orig |
502 | 0 | 0 | 0 | $done or @annotation_buff == 0 |