CartoDB/cartodb20

View on GitHub
services/table-geocoder/lib/internal-geocoder/query_generator_factory.rb

Summary

Maintainability
A
1 hr
Test Coverage

Method get has 33 lines of code (exceeds 25 allowed). Consider refactoring.
Open

        def get(internal_geocoder, input_type=nil)
          input_type ||= InputTypeResolver.new(internal_geocoder).type

          case input_type
            when [:namedplace, :text, nil, :point]

    There are no issues that match your filters.

    Category
    Status