lib/fog/vcloud_director/parsers/compute/disks.rb

Summary

Maintainability
A
1 hr
Test Coverage

Method end_element has 27 lines of code (exceeds 25 allowed). Consider refactoring.
Open

          def end_element(name)
            case name
            when 'Address'
              @disk[:address] = value.to_i
            when 'AddressOnParent'
Severity: Minor
Found in lib/fog/vcloud_director/parsers/compute/disks.rb - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status