| blib/lib/WWW/Picnic/Result/Search.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 8 | 17 | 47.0 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 23 | 10 | 0 | 2 | exists $data->{'sellingUnit'} and ref $data->{'sellingUnit'} eq "HASH" |
| 73 | 0 | 0 | 1 | ref $raw eq "HASH" and $raw->{'body'} |
| 0 | 0 | 1 | ref $raw eq "HASH" and $raw->{'body'} and $raw->{'body'}{'child'} | |
| 75 | 0 | 0 | 1 | $analytics and $analytics->{'contexts'} |
| 77 | 0 | 0 | 1 | $ctx->{'data'} and $ctx->{'data'}{'main_entity'} |
| line | l | !l | condition |
|---|---|---|---|
| 16 | 29 | 1 | $seen //= {} |