bcdice/BCDice

View on GitHub

Showing 809 of 1,233 total issues

Method translate_tables has 259 lines of code (exceeds 25 allowed). Consider refactoring.
Open

        def translate_tables(locale)
          {
            "CO" => YearTable.from_i18n(
              "Dracurouge.table.CO",
              locale,
Severity: Major
Found in lib/bcdice/game_system/Dracurouge.rb - About 1 day to fix

    File NeverCloud.rb has 585 lines of code (exceeds 250 allowed). Consider refactoring.
    Open

    require "bcdice/dice_table/table"
    
    module BCDice
      module GameSystem
        class NeverCloud < Base
    Severity: Major
    Found in lib/bcdice/game_system/NeverCloud.rb - About 1 day to fix

      Method eval_game_system_specific_command has 234 lines of code (exceeds 25 allowed). Consider refactoring.
      Open

            def eval_game_system_specific_command(command)
              output = ""
              type = ""
              total_n = ""
      
      
      Severity: Major
      Found in lib/bcdice/game_system/MeikyuKingdom.rb - About 1 day to fix

        File tables.rb has 531 lines of code (exceeds 250 allowed). Consider refactoring.
        Open

        module BCDice
          module GameSystem
            class MeikyuKingdom
              # 生活散策表(2d6)
              def mk_life_research_table
        Severity: Major
        Found in lib/bcdice/game_system/meikyu_kingdom/tables.rb - About 1 day to fix

          File DeadlineHeroes.rb has 519 lines of code (exceeds 250 allowed). Consider refactoring.
          Open

          require 'bcdice/dice_table/range_table'
          
          module BCDice
            module GameSystem
              class DeadlineHeroes < Base
          Severity: Major
          Found in lib/bcdice/game_system/DeadlineHeroes.rb - About 1 day to fix

            File Yggdrasill.rb has 517 lines of code (exceeds 250 allowed). Consider refactoring.
            Open

            require "bcdice/base"
            
            module BCDice
              module GameSystem
                class Yggdrasill < Base
            Severity: Major
            Found in lib/bcdice/game_system/Yggdrasill.rb - About 1 day to fix

              File InfiniteBabeL.rb has 504 lines of code (exceeds 250 allowed). Consider refactoring.
              Open

              require "bcdice/game_system/ShoujoTenrankai"
              
              module BCDice
                module GameSystem
                  class InfiniteBabeL < ShoujoTenrankai
              Severity: Major
              Found in lib/bcdice/game_system/InfiniteBabeL.rb - About 1 day to fix

                File tables.rb has 493 lines of code (exceeds 250 allowed). Consider refactoring.
                Open

                module BCDice
                  module GameSystem
                    class CyberpunkRed < Base
                      NIGHT_MARKET_FOODS_TABLE = DiceTable::RangeTable.new(
                        "食品とドラッグ",
                Severity: Minor
                Found in lib/bcdice/game_system/cyberpunk_red/tables.rb - About 7 hrs to fix

                  File ColossalHunter.rb has 492 lines of code (exceeds 250 allowed). Consider refactoring.
                  Open

                  require "bcdice/format"
                  
                  module BCDice
                    module GameSystem
                      class ColossalHunter < Base
                  Severity: Minor
                  Found in lib/bcdice/game_system/ColossalHunter.rb - About 7 hrs to fix

                    File TwilightGunsmoke.rb has 492 lines of code (exceeds 250 allowed). Consider refactoring.
                    Open

                    require 'bcdice/dice_table/table'
                    require 'bcdice/dice_table/d66_range_table'
                    require 'bcdice/dice_table/d66_grid_table'
                    require 'bcdice/format'
                    
                    
                    Severity: Minor
                    Found in lib/bcdice/game_system/TwilightGunsmoke.rb - About 7 hrs to fix

                      Method eval_game_system_specific_command has a Cognitive Complexity of 50 (exceeds 5 allowed). Consider refactoring.
                      Open

                            def eval_game_system_specific_command(string)
                              tableName = ""
                              result = ""
                              number = 0
                      
                      
                      Severity: Minor
                      Found in lib/bcdice/game_system/GurpsFW.rb - About 7 hrs to fix

                      Cognitive Complexity

                      Cognitive Complexity is a measure of how difficult a unit of code is to intuitively understand. Unlike Cyclomatic Complexity, which determines how difficult your code will be to test, Cognitive Complexity tells you how difficult your code will be to read and comprehend.

                      A method's cognitive complexity is based on a few simple rules:

                      • Code is not considered more complex when it uses shorthand that the language provides for collapsing multiple statements into one
                      • Code is considered more complex for each "break in the linear flow of the code"
                      • Code is considered more complex when "flow breaking structures are nested"

                      Further reading

                      File BattleTech.rb has 481 lines of code (exceeds 250 allowed). Consider refactoring.
                      Open

                      require 'bcdice/format'
                      require 'bcdice/command/parser'
                      require 'bcdice/dice_table/table'
                      require 'bcdice/dice_table/range_table'
                      
                      
                      Severity: Minor
                      Found in lib/bcdice/game_system/BattleTech.rb - About 7 hrs to fix

                        File Cthulhu7th.rb has 481 lines of code (exceeds 250 allowed). Consider refactoring.
                        Open

                        require "bcdice/game_system/cthulhu7th/rollable"
                        require "bcdice/game_system/cthulhu7th/full_auto"
                        
                        module BCDice
                          module GameSystem
                        Severity: Minor
                        Found in lib/bcdice/game_system/Cthulhu7th.rb - About 7 hrs to fix

                          File SteamPunkers.rb has 479 lines of code (exceeds 250 allowed). Consider refactoring.
                          Open

                          require 'bcdice/base'
                          require 'bcdice/dice_table/d66_range_table'
                          
                          module BCDice
                            module GameSystem
                          Severity: Minor
                          Found in lib/bcdice/game_system/SteamPunkers.rb - About 7 hrs to fix

                            File DemonParasite.rb has 479 lines of code (exceeds 250 allowed). Consider refactoring.
                            Open

                            module BCDice
                              module GameSystem
                                class DemonParasite < Base
                                  # ゲームシステムの識別子
                                  ID = 'DemonParasite'
                            Severity: Minor
                            Found in lib/bcdice/game_system/DemonParasite.rb - About 7 hrs to fix

                              File Villaciel.rb has 472 lines of code (exceeds 250 allowed). Consider refactoring.
                              Open

                              module BCDice
                                module GameSystem
                                  class Villaciel < Base
                                    # ゲームシステムの識別子
                                    ID = 'Villaciel'
                              Severity: Minor
                              Found in lib/bcdice/game_system/Villaciel.rb - About 7 hrs to fix

                                File Dracurouge.rb has 468 lines of code (exceeds 250 allowed). Consider refactoring.
                                Open

                                module BCDice
                                  module GameSystem
                                    class Dracurouge < Base
                                      # ゲームシステムの識別子
                                      ID = 'Dracurouge'
                                Severity: Minor
                                Found in lib/bcdice/game_system/Dracurouge.rb - About 7 hrs to fix

                                  Method eval_game_system_specific_command has a Cognitive Complexity of 46 (exceeds 5 allowed). Consider refactoring.
                                  Open

                                        def eval_game_system_specific_command(string)
                                          if /^\d+D\d+/i.match?(string)
                                            return roll_action(string)
                                          end
                                  
                                  
                                  Severity: Minor
                                  Found in lib/bcdice/game_system/TunnelsAndTrolls.rb - About 7 hrs to fix

                                  Cognitive Complexity

                                  Cognitive Complexity is a measure of how difficult a unit of code is to intuitively understand. Unlike Cyclomatic Complexity, which determines how difficult your code will be to test, Cognitive Complexity tells you how difficult your code will be to read and comprehend.

                                  A method's cognitive complexity is based on a few simple rules:

                                  • Code is not considered more complex when it uses shorthand that the language provides for collapsing multiple statements into one
                                  • Code is considered more complex for each "break in the linear flow of the code"
                                  • Code is considered more complex when "flow breaking structures are nested"

                                  Further reading

                                  Class HeroScale has 50 methods (exceeds 20 allowed). Consider refactoring.
                                  Open

                                      class HeroScale < Base
                                        # ゲームシステムの識別子
                                        ID = 'HeroScale'
                                  
                                        # ゲームシステム名
                                  Severity: Minor
                                  Found in lib/bcdice/game_system/HeroScale.rb - About 7 hrs to fix

                                    File DarkDaysDrive.rb has 442 lines of code (exceeds 250 allowed). Consider refactoring.
                                    Open

                                    module BCDice
                                      module GameSystem
                                        class DarkDaysDrive < Base
                                          # ゲームシステムの識別子
                                          ID = 'DarkDaysDrive'
                                    Severity: Minor
                                    Found in lib/bcdice/game_system/DarkDaysDrive.rb - About 6 hrs to fix
                                      Severity
                                      Category
                                      Status
                                      Source
                                      Language