lib/qor_dsl/node.rb

Summary

Maintainability
A
3 hrs
Test Coverage

Class Node has 26 methods (exceeds 20 allowed). Consider refactoring.
Open

    class Node
      attr_accessor :name, :config, :parent, :children, :data, :block, :all_nodes, :dummy

      def initialize(name=nil, options={})
        self.name   = name
Severity: Minor
Found in lib/qor_dsl/node.rb - About 3 hrs to fix

    There are no issues that match your filters.

    Category
    Status