lib/fog/aws/parsers/compute/describe_reserved_instances.rb

Summary

Maintainability
A
1 hr
Test Coverage
F
23%

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

          def end_element(name)
            case name
            when 'availabilityZone', 'instanceTenancy', 'instanceType', 'offeringType', 'productDescription', 'reservedInstancesId', 'scope', 'state'
              @reserved_instance[name] = value
            when 'duration', 'instanceCount'
Severity: Minor
Found in lib/fog/aws/parsers/compute/describe_reserved_instances.rb - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status