metalels/sqlogger

View on GitHub

Showing 3 of 72 total issues

Method post has a Cognitive Complexity of 12 (exceeds 5 allowed). Consider refactoring.
Open

        def post opts={}
          return unless opts[:sql]
          echo_file = Sqlogger::Base.config.echo.file
          debug = Sqlogger::Base.config.echo.debug
          information = information_string_of opts
Severity: Minor
Found in lib/sqlogger/elite/echo.rb - About 1 hr to fix

Cognitive Complexity

Cognitive Complexity is a measure of how difficult a unit of code is to intuitively understand. Unlike Cyclomatic Complexity, which determines how difficult your code will be to test, Cognitive Complexity tells you how difficult your code will be to read and comprehend.

A method's cognitive complexity is based on a few simple rules:

  • Code is not considered more complex when it uses shorthand that the language provides for collapsing multiple statements into one
  • Code is considered more complex for each "break in the linear flow of the code"
  • Code is considered more complex when "flow breaking structures are nested"

Further reading

Method https_post has a Cognitive Complexity of 8 (exceeds 5 allowed). Consider refactoring.
Open

        def https_post full_url, post_data
          Timeout.timeout(config.post_timeout) do
            uri = URI.parse full_url
            http = Net::HTTP.new uri.host, uri.port
            http.use_ssl = true if base_url =~ /\Ahttps/
Severity: Minor
Found in lib/sqlogger/elite/elasticsearch.rb - About 45 mins to fix

Cognitive Complexity

Cognitive Complexity is a measure of how difficult a unit of code is to intuitively understand. Unlike Cyclomatic Complexity, which determines how difficult your code will be to test, Cognitive Complexity tells you how difficult your code will be to read and comprehend.

A method's cognitive complexity is based on a few simple rules:

  • Code is not considered more complex when it uses shorthand that the language provides for collapsing multiple statements into one
  • Code is considered more complex for each "break in the linear flow of the code"
  • Code is considered more complex when "flow breaking structures are nested"

Further reading

Method post has a Cognitive Complexity of 6 (exceeds 5 allowed). Consider refactoring.
Open

        def post opts={}
          return unless opts[:sql]
          post_data = generate_postdata_with opts
          post_keys = generate_postkeys

Severity: Minor
Found in lib/sqlogger/elite/elasticsearch.rb - About 25 mins to fix

Cognitive Complexity

Cognitive Complexity is a measure of how difficult a unit of code is to intuitively understand. Unlike Cyclomatic Complexity, which determines how difficult your code will be to test, Cognitive Complexity tells you how difficult your code will be to read and comprehend.

A method's cognitive complexity is based on a few simple rules:

  • Code is not considered more complex when it uses shorthand that the language provides for collapsing multiple statements into one
  • Code is considered more complex for each "break in the linear flow of the code"
  • Code is considered more complex when "flow breaking structures are nested"

Further reading

Severity
Category
Status
Source
Language