Showing 3 of 3 total issues

Class App has 22 methods (exceeds 20 allowed). Consider refactoring.
Open

  class App

    class << self
      #
      # Let the exception leave the application when any occur.
Severity: Minor
Found in lucie-lib/lib/lucie/app.rb - About 2 hrs to fix

    Method sh has a Cognitive Complexity of 13 (exceeds 5 allowed). Consider refactoring.
    Open

          def sh(*args)
            command = args.join(" ")
    
            if @opts.include? :show_command
              puts "$ #{command}"
    Severity: Minor
    Found in lucie-cmd/lib/lucie-cmd/commands.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 apply_action has a Cognitive Complexity of 8 (exceeds 5 allowed). Consider refactoring.
    Open

          def apply_action(action, command = nil)
            if has_action? action
              # pop the action name from the params[:args] list
              command.shift unless command.nil?
              self.apply_before_filters
    Severity: Minor
    Found in lucie-lib/lib/lucie/controller/base.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

    Severity
    Category
    Status
    Source
    Language