musashimm/cimd

View on GitHub
lib/cimd_constants.rb

Summary

Maintainability
A
1 hr
Test Coverage

Method opcode_description has 27 lines of code (exceeds 25 allowed). Consider refactoring.
Open

  def self.opcode_description(op_code)
    descs = {
      OP_LOGIN => "OP_LOGIN",
      OP_LOGOUT => "OP_LOGOUT",
      OP_SUBMIT=> "OP_SUBMIT",
Severity: Minor
Found in lib/cimd_constants.rb - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status