bblimke/webmock

View on GitHub
lib/webmock/http_lib_adapters/typhoeus_hydra_adapter.rb

Summary

Maintainability
A
1 hr
Test Coverage

Method generate_typhoeus_response has 33 lines of code (exceeds 25 allowed). Consider refactoring.
Open

        def self.generate_typhoeus_response(request_signature, webmock_response)
          response = if webmock_response.should_timeout
            ::Typhoeus::Response.new(
              code: 0,
              status_message: "",
Severity: Minor
Found in lib/webmock/http_lib_adapters/typhoeus_hydra_adapter.rb - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status