ssplatt/the_dw

View on GitHub
app/models/csvout.rb

Summary

Maintainability
A
2 hrs
Test Coverage

Method players_week_stats has 54 lines of code (exceeds 25 allowed). Consider refactoring.
Open

  def players_week_stats(nfl, week, season)
    nfl_qbs = nfl.get_players_stats(
      {
        :position => "QB",
        :week => week,
Severity: Major
Found in app/models/csvout.rb - About 2 hrs to fix

    There are no issues that match your filters.

    Category
    Status