Branch Coverage

blib/lib/GraphQL/Introspection.pm
Criterion Covered Total %
branch 0 30 0.0


line true false branch
277 0 0 unless $root_value->can($field_name)
278 0 0 %$args ? :
350 0 0 unless defined(my $value = $_[0]{"default_value"})
352 0 0 if $_[0]{"type"}->isa("GraphQL::Type::Enum")
449 0 0 if $root_value->can("of")
450 0 0 %$args ? :
459 0 0 unless $type->DOES("GraphQL::Role::FieldsOutput")
463 0 0 unless $args->{"includeDeprecated"}
478 0 0 unless $type->isa("GraphQL::Type::Object")
479 0 0 unless $type->interfaces
485 0 0 unless $_[0]->DOES("GraphQL::Role::Abstract")
496 0 0 unless $type->isa("GraphQL::Type::Enum")
499 0 0 unless $args->{"includeDeprecated"}
512 0 0 unless $type->isa("GraphQL::Type::InputObject")
518 0 0 unless $_[0]->can("of")