m4i/rubyXL-addressing

View on GitHub
lib/rubyXL/address.rb

Summary

Maintainability
A
2 hrs
Test Coverage

Class Address has 25 methods (exceeds 20 allowed). Consider refactoring.
Open

  class Address
    ROW_REF_FORMAT    = /\A[1-9]\d*\z/
    COLUMN_REF_FORMAT = /\A[A-Z]+\z/

    class << self
Severity: Minor
Found in lib/rubyXL/address.rb - About 2 hrs to fix

    There are no issues that match your filters.

    Category
    Status