fog/fog-terremark

View on GitHub
lib/fog/compute/terremark/requests/configure_vapp.rb

Summary

Maintainability
A
1 hr
Test Coverage

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

        def configure_vapp(vapp_id, vapp_name, options = {})
          items = ""
          vapp_uri = [@host, @path, "vApp", vapp_id.to_s].join("/")

          if options["vcpus"]
Severity: Minor
Found in lib/fog/compute/terremark/requests/configure_vapp.rb - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status