test/test_binder.rb

Summary

Maintainability
C
1 day
Test Coverage

Class TestBinderParallel has 46 methods (exceeds 20 allowed). Consider refactoring.
Open

class TestBinderParallel < TestBinderBase
  parallelize_me!

  def test_synthesize_binds_from_activated_fds_no_sockets
    binds = ['tcp://0.0.0.0:3000']
Severity: Minor
Found in test/test_binder.rb - About 6 hrs to fix

    File test_binder.rb has 403 lines of code (exceeds 250 allowed). Consider refactoring.
    Open

    require_relative "helper"
    require_relative "helpers/ssl" if ::Puma::HAS_SSL
    require_relative "helpers/tmp_path"
    
    require "puma/binder"
    Severity: Minor
    Found in test/test_binder.rb - About 5 hrs to fix

      There are no issues that match your filters.

      Category
      Status