bcdice/BCDice

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

Summary

Maintainability
A
1 hr
Test Coverage
A
100%

Method rollZombie has 27 lines of code (exceeds 25 allowed). Consider refactoring.
Open

      def rollZombie(value)
        d1 = @randomizer.roll_once(6)
        d2 = @randomizer.roll_once(6)

        diceTotal = d1 + d2 + value
Severity: Minor
Found in lib/bcdice/game_system/DiceOfTheDead.rb - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status