Showing 372 of 392 total issues

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

  def convert_regexp_handlings str, attrs, exclusive = false
    @regexp_handlings.each do |regexp, attribute|
      next unless exclusive == exclusive?(attribute)
      str.scan(regexp) do
        capture = $~.size == 1 ? 0 : 1
Severity: Minor
Found in lib/rdoc/markup/attribute_manager.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 display_attributes has a Cognitive Complexity of 8 (exceeds 5 allowed). Consider refactoring.
Open

  def display_attributes
    puts
    puts @str.tr(NULL, "!")
    bit = 1
    16.times do |bno|
Severity: Minor
Found in lib/rdoc/markup/attribute_manager.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 finish has a Cognitive Complexity of 8 (exceeds 5 allowed). Consider refactoring.
Open

  def finish
    if @write_options then
      write_options
      exit
    end
Severity: Minor
Found in lib/rdoc/options.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 tt_sections has a Cognitive Complexity of 8 (exceeds 5 allowed). Consider refactoring.
Open

  def tt_sections text
    flow = @am.flow text.dup

    flow.each do |item|
      case item
Severity: Minor
Found in lib/rdoc/markup/to_tt_only.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

Avoid deeply nested control flow statements.
Open

            if empty then
              label << data
              next if empty == :continue
              break
            end
Severity: Major
Found in lib/rdoc/markup/parser.rb - About 45 mins to fix

    Avoid deeply nested control flow statements.
    Open

                if peek_type.nil? || column < margin then
                  empty = true
                elsif column == margin then
                  case peek_type
                  when type
    Severity: Major
    Found in lib/rdoc/markup/parser.rb - About 45 mins to fix

      Avoid deeply nested control flow statements.
      Open

                  while peek_type == :NEWLINE
                    get
                    peek_type, _, column, = peek_token
                  end
      Severity: Major
      Found in lib/rdoc/markup/parser.rb - About 45 mins to fix

        Function performSearch has 5 arguments (exceeds 4 allowed). Consider refactoring.
        Open

          function performSearch(data, regexps, queries, highlighters, state) {
        Severity: Minor
        Found in lib/rdoc/generator/template/json_index/js/searcher.js - About 35 mins to fix

          Method create_attr has 5 arguments (exceeds 4 allowed). Consider refactoring.
          Open

            def create_attr container, single, name, rw, comment # :nodoc:
          Severity: Minor
          Found in lib/rdoc/parser/ruby.rb - About 35 mins to fix

            Method for has 5 arguments (exceeds 4 allowed). Consider refactoring.
            Open

              def self.for top_level, file_name, content, options, stats
            Severity: Minor
            Found in lib/rdoc/parser.rb - About 35 mins to fix

              Method documentation_page has 5 arguments (exceeds 4 allowed). Consider refactoring.
              Open

                def documentation_page store, generator, path, req, res
              Severity: Minor
              Found in lib/rdoc/servlet.rb - About 35 mins to fix

                Method initialize has 5 arguments (exceeds 4 allowed). Consider refactoring.
                Open

                  def initialize(text, name, rw, comment, singleton = false)
                Severity: Minor
                Found in lib/rdoc/code_object/attr.rb - About 35 mins to fix

                  Method initialize has 5 arguments (exceeds 4 allowed). Consider refactoring.
                  Open

                    def initialize server, stores, cache, mount_path = nil, extra_doc_dirs = []
                  Severity: Minor
                  Found in lib/rdoc/servlet.rb - About 35 mins to fix

                    Method initialize has 5 arguments (exceeds 4 allowed). Consider refactoring.
                    Open

                      def initialize(top_level, file_name, content, options, stats)
                    Severity: Minor
                    Found in lib/rdoc/parser/ruby.rb - About 35 mins to fix

                      Method parse_meta_method_params has 5 arguments (exceeds 4 allowed). Consider refactoring.
                      Open

                        def parse_meta_method_params container, single, meth, tk, comment # :nodoc:
                      Severity: Minor
                      Found in lib/rdoc/parser/ruby.rb - About 35 mins to fix

                        Method initialize has 5 arguments (exceeds 4 allowed). Consider refactoring.
                        Open

                          def initialize top_level, file_name, content, options, stats
                        Severity: Minor
                        Found in lib/rdoc/parser.rb - About 35 mins to fix

                          Method initialize has 5 arguments (exceeds 4 allowed). Consider refactoring.
                          Open

                            def initialize(text, old_name, new_name, comment, singleton = false)
                          Severity: Minor
                          Found in lib/rdoc/code_object/alias.rb - About 35 mins to fix

                            Method initialize has 5 arguments (exceeds 4 allowed). Consider refactoring.
                            Open

                              def initialize top_level, file_name, content, options, stats
                            Severity: Minor
                            Found in lib/rdoc/parser/c.rb - About 35 mins to fix

                              Method complete_klass has 5 arguments (exceeds 4 allowed). Consider refactoring.
                              Open

                                def complete_klass name, klass, selector, method, completions # :nodoc:
                              Severity: Minor
                              Found in lib/rdoc/ri/driver.rb - About 35 mins to fix

                                Method load_method has 5 arguments (exceeds 4 allowed). Consider refactoring.
                                Open

                                  def load_method store, cache, klass, type, name
                                Severity: Minor
                                Found in lib/rdoc/ri/driver.rb - About 35 mins to fix
                                  Severity
                                  Category
                                  Status
                                  Source
                                  Language