scottwillson/racing_on_rails

View on GitHub
test_ruby/models/calculations/v3/calculator_test.rb

Summary

Maintainability
A
2 hrs
Test Coverage

Method test_min_max has 52 lines of code (exceeds 25 allowed). Consider refactoring.
Open

      def test_min_max
        category = Models::Category.new("Athena")
        participant = Models::Participant.new(0)
        source_events = []
        source_results = []
Severity: Major
Found in test_ruby/models/calculations/v3/calculator_test.rb - About 2 hrs to fix

    There are no issues that match your filters.

    Category
    Status