lib/fog/bin/rackspace.rb

Summary

Maintainability
A
3 hrs
Test Coverage

Method [] has 42 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    def [](service)
      @@connections ||= Hash.new do |hash, key|
        hash[key] = case key
        when :auto_scale
          Fog::Rackspace::AutoScale.new
Severity: Minor
Found in lib/fog/bin/rackspace.rb - About 1 hr to fix

    Method class_for has 34 lines of code (exceeds 25 allowed). Consider refactoring.
    Open

        def class_for(key)
          case key
          when :auto_scale
            Fog::Rackspace::AutoScale
          when :block_storage
    Severity: Minor
    Found in lib/fog/bin/rackspace.rb - About 1 hr to fix

      There are no issues that match your filters.

      Category
      Status