Condition Coverage

blib/lib/GraphQL/Introspection.pm
Criterion Covered Total %
condition 0 6 0.0


or 2 conditions

line l !l condition
376 0 0 $_[0]{"args"} || {}
444 0 0 {"GraphQL::Type::Enum" => "ENUM","GraphQL::Type::InputObject" => "INPUT_OBJECT","GraphQL::Type::Interface" => "INTERFACE","GraphQL::Type::List" => "LIST","GraphQL::Type::NonNull" => "NON_NULL","GraphQL::Type::Object" => "OBJECT","GraphQL::Type::Scalar" => "SCALAR","GraphQL::Type::Union" => "UNION"}->{$c} // die("Unknown kind of type => " . ref($_[0]))
513 0 0 $type->fields || {}