test/test_config.rb

Summary

Maintainability
D
2 days
Test Coverage

File test_config.rb has 560 lines of code (exceeds 250 allowed). Consider refactoring.
Open

require_relative "helper"
require_relative "helpers/config_file"

require "puma/configuration"
require 'puma/log_writer'
Severity: Major
Found in test/test_config.rb - About 1 day to fix

    Class TestConfigFile has 49 methods (exceeds 20 allowed). Consider refactoring.
    Open

    class TestConfigFile < TestConfigFileBase
      parallelize_me!
    
      def test_default_max_threads
        max_threads = 16
    Severity: Minor
    Found in test/test_config.rb - About 6 hrs to fix

      There are no issues that match your filters.

      Category
      Status