fog/fog-azure-rm

View on GitHub
lib/fog/azurerm/requests/traffic_manager/create_or_update_traffic_manager_profile.rb

Summary

Maintainability
A
3 hrs
Test Coverage
F
26%

Method create_or_update_traffic_manager_profile has 54 lines of code (exceeds 25 allowed). Consider refactoring.
Open

        def create_or_update_traffic_manager_profile(*)
          profile = {
            'location' => 'global',
            'tags' => {},
            'properties' => {

    Method get_profile_object has 8 arguments (exceeds 4 allowed). Consider refactoring.
    Open

            def get_profile_object(traffic_routing_method, relative_name, ttl, protocol, port, path, endpoints, tags)

      There are no issues that match your filters.

      Category
      Status