project-eutopia/keisan

View on GitHub
lib/keisan/ast/constant_literal.rb

Summary

Maintainability
A
3 hrs
Test Coverage

Class ConstantLiteral has 27 methods (exceeds 20 allowed). Consider refactoring.
Open

    class ConstantLiteral < Literal
      def evaluate(context = nil)
        self
      end

Severity: Minor
Found in lib/keisan/ast/constant_literal.rb - About 3 hrs to fix

    There are no issues that match your filters.

    Category
    Status