KazW/RintCore

View on GitHub
lib/rint_core/driver/queueing.rb

Summary

Maintainability
B
4 hrs
Test Coverage

Method advance_queue has a Cognitive Complexity of 15 (exceeds 5 allowed). Consider refactoring.
Open

      def advance_queue
        p "Advancing"
        return false unless online? && printing?
        p "Advancing 1"
        wait_until_clear
Severity: Minor
Found in lib/rint_core/driver/queueing.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 advance_queue has 27 lines of code (exceeds 25 allowed). Consider refactoring.
Open

      def advance_queue
        p "Advancing"
        return false unless online? && printing?
        p "Advancing 1"
        wait_until_clear
Severity: Minor
Found in lib/rint_core/driver/queueing.rb - About 1 hr to fix

    Method run_main_queue has a Cognitive Complexity of 9 (exceeds 5 allowed). Consider refactoring.
    Open

          def run_main_queue
            p "Run main ququeueueu 111"
            return nil if paused?
            p "Run main ququeueueu 22"
            if @queue_index < @queue_length
    Severity: Minor
    Found in lib/rint_core/driver/queueing.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

    Avoid too many return statements within this method.
    Open

              return true
    Severity: Major
    Found in lib/rint_core/driver/queueing.rb - About 30 mins to fix

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

            def apply_multipliers
              @gcode_object.lines[@queue_index].speed_multiplier = config.speed_multiplier unless config.speed_multiplier.nil?
              @gcode_object.lines[@queue_index].extrusion_multiplier = config.extrusion_multiplier unless config.extrusion_multiplier.nil?
              @gcode_object.lines[@queue_index].travel_multiplier = config.travel_multiplier unless config.travel_multiplier.nil?
            end
      Severity: Minor
      Found in lib/rint_core/driver/queueing.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

      There are no issues that match your filters.

      Category
      Status