ManageIQ/ovirt

View on GitHub
lib/ovirt/host.rb

Summary

Maintainability
A
1 hr
Test Coverage
F
28%

Method parse_node_extended has 38 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    def self.parse_node_extended(node, hash)
      hash[:relationships][:host_nics] = hash[:relationships].delete(:nics)

      parse_first_node(node, :certificate, hash,
                       :node => [:organization, :subject])
Severity: Minor
Found in lib/ovirt/host.rb - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status