| blib/lib/GraphQL/Language/Receiver.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 18 | 20 | 90.0 |
| line | l | !l | condition |
|---|---|---|---|
| 372 | 47 | 3 | $type2count{$_} > 1 and die "Must provide only one $_ type in schema.\n" |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 98 | 18 | 26 | 2 | $indent < $length and !defined($common_indent) || $indent < $common_indent |
| 109 | 0 | 14 | 14 | $start < @lines and $lines[$start] =~ /^[\t ]*$/u |
| 110 | 0 | 14 | 9 | $end >= 0 and $lines[$end] =~ /^[\t ]*$/u |
| line | l | !l | condition |
|---|---|---|---|
| 97 | 35 | 11 | ($line =~ /^([\t ]*)/u)[0] || '' |
| 182 | 4 | 24 | $copy[0] // {} |
| 380 | 5 | 191 | $copy[0] // {} |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 98 | 12 | 1 | 15 | !defined($common_indent) || $indent < $common_indent |