fog/fog-openstack

View on GitHub
lib/fog/openstack/compute/requests/list_hypervisors_detail.rb

Summary

Maintainability
A
2 hrs
Test Coverage

Method list_hypervisors_detail has 50 lines of code (exceeds 25 allowed). Consider refactoring.
Open

        def list_hypervisors_detail(_options = {})
          response = Excon::Response.new
          response.status = 200
          response.body = {
            "hypervisors"       => [{
Severity: Minor
Found in lib/fog/openstack/compute/requests/list_hypervisors_detail.rb - About 2 hrs to fix

    There are no issues that match your filters.

    Category
    Status