alf-tool/alf-sql

View on GitHub
lib/alf/sql/compiler.rb

Summary

Maintainability
A
3 hrs
Test Coverage

Class Compiler has 23 methods (exceeds 20 allowed). Consider refactoring.
Open

    class Compiler < Alf::Compiler

      def join(plan)
        Builder.new
      end
Severity: Minor
Found in lib/alf/sql/compiler.rb - About 2 hrs to fix

    Method rewrite has 5 arguments (exceeds 4 allowed). Consider refactoring.
    Open

          def rewrite(plan, expr, compiled, processor, args = [])
    Severity: Minor
    Found in lib/alf/sql/compiler.rb - About 35 mins to fix

      There are no issues that match your filters.

      Category
      Status