bcdice/BCDice

View on GitHub
lib/bcdice/game_system/Sengensyou.rb

Summary

Maintainability
A
1 hr
Test Coverage

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

      def eval_game_system_specific_command(command)
        # 命中判定・回避判定
        parser = Command::Parser.new('SGS', round_type: @round_type).restrict_cmp_op_to(nil)
        command = parser.parse(command)

Severity: Minor
Found in lib/bcdice/game_system/Sengensyou.rb - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status