ruby-llvm/ruby-llvm

View on GitHub
test/comparisons_test.rb

Summary

Maintainability
A
1 hr
Test Coverage

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

  def run_comparison_operation(comparison_operation, comparison_operator,
                               operand1, operand2, return_type)
Severity: Minor
Found in test/comparisons_test.rb - About 35 mins to fix

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

      def integer_comparison_assertion(operation, operand1, operand2, signed, expected_result)
    Severity: Minor
    Found in test/comparisons_test.rb - About 35 mins to fix

      There are no issues that match your filters.

      Category
      Status