fidothe/saxon-rb

View on GitHub
lib/saxon/xdm/item.rb

Summary

Maintainability
A
1 hr
Test Coverage
A
93%

Method Item has 26 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    def self.Item(item)
      case item
      when Value, AtomicValue, Node, Array, Map, ExternalObject
        item
      when Saxon::S9API::XdmNode
Severity: Minor
Found in lib/saxon/xdm/item.rb - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status