| blib/lib/WWW/MetaForge/ArcRaiders.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 22 | 59 | 37.2 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 137 | 39 | 0 | 2 | $self->use_cache and not $skip_cache |
| 164 | 39 | 0 | 1 | $self->use_cache and not $skip_cache |
| 228 | 0 | 4 | 0 | $pagination and $pagination->{'hasNextPage'} |
| 307 | 0 | 0 | 5 | ref $data eq "HASH" and not exists $data->{'id'} |
| 337 | 0 | 0 | 3 | $data and ref $data eq "ARRAY" |
| 383 | 0 | 0 | 0 | $cached and ref $cached eq "HASH" |
| line | l | !l | condition |
|---|---|---|---|
| 101 | 0 | 0 | $VERSION // "dev" |
| 342 | 15 | 0 | $event->{'name'} // "" |
| 15 | 0 | $event->{'map'} // "" | |
| 384 | 0 | 0 | $cached->{'timestamp'} // 0 |
| 506 | 4 | 0 | $args{'items'} // [] |
| 513 | 0 | 0 | ($req->{'count'} // $req->{'quantity'}) // 1 |
| 521 | 3 | 0 | $item->crafting_requirements // [] |
| 525 | 6 | 0 | $mat->{'quantity'} // 1 |
| 554 | 2 | 0 | $args{'items'} // [] |
| 555 | 0 | 2 | $args{'max_depth'} // 20 |
| 576 | 16 | 0 | $item->crafting_requirements // [] |
| 595 | 13 | 0 | $mat->{'quantity'} // 1 |
| 604 | 0 | 0 | ($req->{'count'} // $req->{'quantity'}) // 1 |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 43 | 1 | 1 | 0 | $MAP_DISPLAY_NAMES{$map_id} // $map_id |
| 512 | 4 | 0 | 0 | $req->{'item'} // $req->{'name'} |
| 513 | 4 | 0 | 0 | $req->{'count'} // $req->{'quantity'} |
| 603 | 3 | 0 | 0 | $req->{'item'} // $req->{'name'} |
| 604 | 3 | 0 | 0 | $req->{'count'} // $req->{'quantity'} |