wyeworks/rubygoal

View on GitHub
lib/rubygoal/game.rb

Summary

Maintainability
A
2 hrs
Test Coverage

Class Game has 22 methods (exceeds 20 allowed). Consider refactoring.
Open

  class Game
    attr_reader :team_home, :team_away, :ball,
                :time, :goal, :recorder,
                :coach_home, :coach_away,
                :score_home, :score_away
Severity: Minor
Found in lib/rubygoal/game.rb - About 2 hrs to fix

    There are no issues that match your filters.

    Category
    Status