NeverBounce/NeverBounceCli-Ruby

View on GitHub

Showing 9 of 24 total issues

Method slim_main has 70 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    def slim_main
      "Response".tap do |label|
        headings = [
          ["nPages", :total_pages, :right],
          ["nResults", :total_results, :right],
Severity: Major
Found in lib/never_bounce/cli/script/jobs_search.rb - About 2 hrs to fix

    Method slim_main has 52 lines of code (exceeds 25 allowed). Consider refactoring.
    Open

        def slim_main
          "Response".tap do |label|
            headings = [
              ["Result", :result, :center],
              [
    Severity: Major
    Found in lib/never_bounce/cli/script/single_check.rb - About 2 hrs to fix

      Method slim_main has 48 lines of code (exceeds 25 allowed). Consider refactoring.
      Open

          def slim_main
            "Response".tap do |label|
              headings = [
                ["nPages", :total_pages, :right],
                ["nResults", :total_results, :right],
      Severity: Minor
      Found in lib/never_bounce/cli/script/jobs_results.rb - About 1 hr to fix

        Method slim_main has 46 lines of code (exceeds 25 allowed). Consider refactoring.
        Open

            def slim_main
              "Response".tap do |label|
                headings = [
                  ["ID", :id, :right],
        
        
        Severity: Minor
        Found in lib/never_bounce/cli/script/jobs_status.rb - About 1 hr to fix

          Method slim_main has 41 lines of code (exceeds 25 allowed). Consider refactoring.
          Open

              def slim_main
                "Response".tap do |label|
                  headings = [
                    ["ExecTime", :execution_time, :right],
                  ]
          Severity: Minor
          Found in lib/never_bounce/cli/script/account_info.rb - About 1 hr to fix

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

                def process(input)
                  values, default = [], nil
            
                  input.each do |elem|
                    if elem.is_a? Hash
            Severity: Minor
            Found in lib/never_bounce/cli/feature/envars/examples_mapper.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 slim_main has a Cognitive Complexity of 7 (exceeds 5 allowed). Consider refactoring.
            Open

                def slim_main
                  "Response".tap do |label|
                    headings = [
                      ["Result", :result, :center],
                      [
            Severity: Minor
            Found in lib/never_bounce/cli/script/single_check.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 slim_main has a Cognitive Complexity of 6 (exceeds 5 allowed). Consider refactoring.
            Open

                def slim_main
                  "Response".tap do |label|
                    headings = [
                      ["ExecTime", :execution_time, :right],
                    ]
            Severity: Minor
            Found in lib/never_bounce/cli/script/account_info.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 call_slim_main has a Cognitive Complexity of 6 (exceeds 5 allowed). Consider refactoring.
            Open

                def call_slim_main(from_level = 3)
                  from_level.downto(0) do |i|
                    if respond_to?(m = "slim_main#{i > 0 ? i : ''}")
                      return send(m)
                    end
            Severity: Minor
            Found in lib/never_bounce/cli/script/meaningful.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