newmen/versatile-diamond

View on GitHub
analyzer/lib/generators/code/algorithm/backbone_extender.rb

Summary

Maintainability
A
1 hr
Test Coverage

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

          def extend_graph(graph, nodes, scope)
            next_rels = next_ways(graph, nodes)
            return graph if next_rels.empty? # stop recursive find for this graph

            inter_scope = scope + anchored_species_scope(graph)
Severity: Minor
Found in analyzer/lib/generators/code/algorithm/backbone_extender.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 extend_all_branches has a Cognitive Complexity of 8 (exceeds 5 allowed). Consider refactoring.
Open

          def extend_all_branches(graph, scope)
            final_keys = complete_grouped_graph.keys
            final_nodes_num = nodes_set(complete_grouped_graph).size
            loop do
              next_nodes = nil
Severity: Minor
Found in analyzer/lib/generators/code/algorithm/backbone_extender.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

There are no issues that match your filters.

Category
Status