TINYhr/tiny_client

View on GitHub
lib/tiny_client/curb_requestor.rb

Summary

Maintainability
A
1 hr
Test Coverage

Method perform has 5 arguments (exceeds 4 allowed). Consider refactoring.
Open

      def perform(verb, url, post_body, put_data, options = {})
Severity: Minor
Found in lib/tiny_client/curb_requestor.rb - About 35 mins to fix

    Method perform_put has 5 arguments (exceeds 4 allowed). Consider refactoring.
    Open

          def perform_put(url, headers, content, connect_timeout, verbose)
    Severity: Minor
    Found in lib/tiny_client/curb_requestor.rb - About 35 mins to fix

      Method perform_post has 5 arguments (exceeds 4 allowed). Consider refactoring.
      Open

            def perform_post(url, headers, content, connect_timeout, verbose)
      Severity: Minor
      Found in lib/tiny_client/curb_requestor.rb - About 35 mins to fix

        There are no issues that match your filters.

        Category
        Status