app/policies/stats/round.rb
Showing 3 of 3 total issues
Assignment Branch Condition size for policy_for is too high. [18.81/15] Open
Open
def self.policy_for(debater, round) if round.bye? || round.all_win? AverageStatsPolicy.new debater, round elsif round.forfeit? || round.all_drop? klass = round.winner?(debater.team) ? AverageStatsPolicy : self.forfeit_policy
- Read upRead up
- Create a ticketCreate a ticket
- Exclude checks
Method policy_for
has a Cognitive Complexity of 11 (exceeds 5 allowed). Consider refactoring. Open
Open
def self.policy_for(debater, round) if round.bye? || round.all_win? AverageStatsPolicy.new debater, round elsif round.forfeit? || round.all_drop? klass = round.winner?(debater.team) ? AverageStatsPolicy : self.forfeit_policy
- Read upRead up
- Create a ticketCreate a ticket
Add an empty line after magic comments. Open
Open
module Stats
- Read upRead up
- Create a ticketCreate a ticket
- Exclude checks