maxim/skeptick

View on GitHub

Showing 5 of 7 total issues

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

  def geometry(options = {})
    result = ''

    result << if options[:size]
      options[:size]
Severity: Minor
Found in lib/skeptick/sugar/geometry.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 rounded_corners_image has a Cognitive Complexity of 9 (exceeds 5 allowed). Consider refactoring.
Open

    def rounded_corners_image(*args, &blk)
      opts = args.last.is_a?(Hash) ? args.pop : {}
      radius = opts[:radius] || 15
      size   = opts[:size]
      width  = opts[:width]
Severity: Minor
Found in lib/skeptick/sugar/rounded_corners_image.rb - About 55 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 tokens has a Cognitive Complexity of 7 (exceeds 5 allowed). Consider refactoring.
Open

    def tokens
      @objects.flatten.reject{ |obj| empty_string?(obj) }.map { |obj|
        if obj.is_a?(Convert)
          obj.nest!
          obj.tokens
Severity: Minor
Found in lib/skeptick/convert.rb - About 35 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 initialize has a Cognitive Complexity of 6 (exceeds 5 allowed). Consider refactoring.
Open

    def initialize(context, *args, &blk)
      @context = context
      opts = args.last.is_a?(Hash) ? args.pop : {}

      @objects = [
Severity: Minor
Found in lib/skeptick/convert.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

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

    def torn_paper_image(*args, &blk)
      opts = args.last.is_a?(Hash) ? args.pop : {}
      spread    = opts[:spread]    || 1
      blur      = opts[:blur]      || '0x.7'
      threshold = opts[:threshold] || 50
Severity: Minor
Found in lib/skeptick/sugar/torn_paper_image.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