| blib/lib/Paws/DynamoDB/Response/Parser.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 9 | 20 | 45.0 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 115 | 0 | 0 | 1 | $response->Responses and builtin::blessed($response->Responses) |
| 130 | 0 | 0 | 4 | defined $item and builtin::blessed($item) |
| 0 | 0 | 4 | defined $item and builtin::blessed($item) and $item->isa("Paws::DynamoDB::AttributeMap") | |
| 145 | 0 | 0 | 48 | defined $attr and builtin::blessed($attr) |
| 0 | 0 | 48 | defined $attr and builtin::blessed($attr) and $attr->isa("Paws::DynamoDB::AttributeValue") |
| line | l | !l | condition |
|---|---|---|---|
| 96 | 2 | 0 | $response->Items || [] |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 91 | 1 | 1 | 1 | $response->isa("Paws::DynamoDB::ScanOutput") or $response->isa("Paws::DynamoDB::QueryOutput") |