| blib/lib/SQL/Translator/Producer/GraphQL.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 14 | 16 | 87.5 |
| line | l | !l | condition |
|---|---|---|---|
| 120 | 6 | 8 | !$info->{'is_nullable'} && 'non_null' |
| 155 | 4 | 10 | !$name2pk21{$name}{$_} && 'list' |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 84 | 12 | 22 | 8 | $modifier eq 'non_null' and ref $typespec eq 'ARRAY' |
| 34 | 0 | 8 | $modifier eq 'non_null' and ref $typespec eq 'ARRAY' and $typespec->[0] eq 'non_null' |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 76 | 4 | 4 | 0 | $source->source_name || $source |
| 97 | 4 | 2 | 8 | $pk21->{$_} || $fk21->{$_} |