GlobalNamesArchitecture/taxamatch_rb

View on GitHub
lib/taxamatch_rb/phonetizer.rb

Summary

Maintainability
A
2 hrs
Test Coverage

Method near_match has 55 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    def self.near_match(a_word, normalize_ending = false)
      a_word = a_word.strip rescue ''
      return '' if a_word == ''
      a_word = Taxamatch::Normalizer.normalize a_word
      case a_word
Severity: Major
Found in lib/taxamatch_rb/phonetizer.rb - About 2 hrs to fix

    There are no issues that match your filters.

    Category
    Status