hugogilmar/quadro

View on GitHub

Showing 5 of 19 total issues

Method widget_block has a Cognitive Complexity of 17 (exceeds 5 allowed). Consider refactoring.
Open

    def widget_block(widget, options, &block)
      return "" unless widget

      widget_type = widget.type.constantize.short_name

Severity: Minor
Found in app/helpers/quadro/widget_helper.rb - About 2 hrs 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 widget_for has a Cognitive Complexity of 17 (exceeds 5 allowed). Consider refactoring.
Open

    def widget_for(name, *args, &block)
      return "" unless name

      options = args.extract_options!

Severity: Minor
Found in app/helpers/quadro/widget_helper.rb - About 2 hrs 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 link_or_dropdown_for has a Cognitive Complexity of 12 (exceeds 5 allowed). Consider refactoring.
Open

    def link_or_dropdown_for(node, *args)
      return '' unless node

      options = args[0] || {}

Severity: Minor
Found in app/helpers/quadro/navigation_helper.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 install has 26 lines of code (exceeds 25 allowed). Consider refactoring.
Open

  def install
    route "mount Quadro::Engine => '/'"

    remove_file "public/index.html"
    remove_file "public/favicon.ico"
Severity: Minor
Found in lib/generators/quadro/install/install_generator.rb - About 1 hr to fix

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

        def navigation_for(node, *args)
          return '' unless node
    
          options = args[0] || {}
    
    
    Severity: Minor
    Found in app/helpers/quadro/navigation_helper.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