| blib/lib/Dancer2/Plugin/JsonApi/Schema.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 14 | 15 | 93.3 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 49 | 11 | 11 | 1 | $self->registry and $self->registry->app |
| 185 | 23 | 3 | 4 | $_->{'type'} eq $obj->{'type'} and $_->{'id'} eq $obj->{'id'} |
| 217 | 5 | 0 | 6 | 1 == keys %obj and exists $obj{'id'} |
| line | l | !l | condition |
|---|---|---|---|
| 173 | 1 | 1 | $serialized->{'included'} // [] |
| 204 | 5 | 6 | $data->{'attributes'} // {} |
| 1 | 10 | $data->{'relationships'} // {} |