substancelab/rconomic

View on GitHub
lib/economic/debtor.rb

Summary

Maintainability
A
1 hr
Test Coverage

Method fields has 30 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    def fields
      to_hash = proc { |handle| handle.to_hash }
      [
        ["Handle", :handle, to_hash, :required],
        ["Number", :handle, proc { |h| h.number }, :required],
Severity: Minor
Found in lib/economic/debtor.rb - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status