ministryofjustice/prison-visits

View on GitHub
app/reports/weekly_confirmations_report.rb

Summary

Maintainability
A
1 hr
Test Coverage

Method refresh has 31 lines of code (exceeds 25 allowed). Consider refactoring.
Open

  def refresh
    @min_week = 55
    @max_week = 0
    hash_with_default = Hash.new { |h, k| h[k] = Array.new(52, 0) }

Severity: Minor
Found in app/reports/weekly_confirmations_report.rb - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status