MohawkApps/Textables

View on GitHub
app/unholy/string.rb

Summary

Maintainability
A
2 hrs
Test Coverage

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

  def kanjify
    char_table = {
      'a' => 'ム',
      'b' => '乃',
      'c' => 'c',
Severity: Minor
Found in app/unholy/string.rb - About 1 hr to fix

    Method upside_down has 29 lines of code (exceeds 25 allowed). Consider refactoring.
    Open

      def upside_down
        char_table = {
          'a' => 'ɐ',
          'b' => 'q',
          'c' => 'ɔ',
    Severity: Minor
    Found in app/unholy/string.rb - About 1 hr to fix

      There are no issues that match your filters.

      Category
      Status