rubyjedi/soap4r

View on GitHub
lib/wsdl/xmlSchema/schema.rb

Summary

Maintainability
A
1 hr
Test Coverage

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

  def parse_element(element)
    case element
    when ImportName
      o = Import.new
      @imports << o
Severity: Minor
Found in lib/wsdl/xmlSchema/schema.rb - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status