Condition Coverage

blib/lib/GraphQL/Type/Object.pm
Criterion Covered Total %
condition 11 15 73.3


and 3 conditions

line !l l&&!r l&&r condition
85 1 0 0 $implements &&= "implements " . $implements . " "
171 2349 5 5 $skip and $skip->{"if"}
173 58 2147 3 $include and not $include->{"if"}

or 2 conditions

line l !l condition
158 2353 6 5 $context->{"schema"}->name2type->{$node->{"on"}} // die("GraphQL::Error"->new("message", qq[Unknown type for fragment condition '$node->{"on"}'.]))

or 3 conditions

line l !l&&r !l&&!r condition
69 10 0 0 $value // $fields->{$key}{"default_value"}