metanorma/metanorma-iec

View on GitHub

Showing 9 of 11 total issues

Class WordConvert has 27 methods (exceeds 20 allowed). Consider refactoring.
Open

    class WordConvert < IsoDoc::Iso::WordConvert
      def initialize(options)
        super
        @libdir = File.dirname(__FILE__)
      end
Severity: Minor
Found in lib/isodoc/iec/word_convert.rb - About 3 hrs to fix

    Class PresentationXMLConvert has 23 methods (exceeds 20 allowed). Consider refactoring.
    Open

        class PresentationXMLConvert < IsoDoc::Iso::PresentationXMLConvert
          def termclause1(elem)
            @is_iev or return clause1(elem)
            @suppressheadingnumbers || elem["unnumbered"] or
            lbl = @xrefs.anchor(elem["id"], :label, true)
    Severity: Minor
    Found in lib/isodoc/iec/presentation_terms.rb - About 2 hrs to fix

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

          class Converter < Iso::Converter
            XML_ROOT_TAG = "iec-standard".freeze
            XML_NAMESPACE = "https://www.metanorma.org/ns/iec".freeze
      
            register_for "iec"
      Severity: Minor
      Found in lib/metanorma/iec/converter.rb - About 2 hrs to fix

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

              def docfunction(xml)
                b = xml.at(ns("//bibdata/ext/function#{NOLANG}"))&.text || return
                b and set(:function, status_print(b))
                b1 = xml.at(ns("//bibdata/ext/function#{currlang}"))&.text || b
                b1 and set(:function_display, status_print(b1))
        Severity: Minor
        Found in lib/isodoc/iec/metadata.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 xref_init has 5 arguments (exceeds 4 allowed). Consider refactoring.
        Open

              def xref_init(lang, script, _klass, labels, options)
        Severity: Minor
        Found in lib/isodoc/iec/init.rb - About 35 mins to fix

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

                def output(isodoc_node, inname, outname, format, options = {})
          Severity: Minor
          Found in lib/metanorma/iec/processor.rb - About 35 mins to fix

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

                  def term_defs_boilerplate(div, source, term, preface, isodoc)
            Severity: Minor
            Found in lib/metanorma/iec/converter.rb - About 35 mins to fix

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

                    def tr_parse(node, out, ord, totalrows, header)
              Severity: Minor
              Found in lib/isodoc/iec/word_convert.rb - About 35 mins to fix

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

                      def make_tr_attr(cell, row, totalrows, header, bordered)
                Severity: Minor
                Found in lib/isodoc/iec/word_convert.rb - About 35 mins to fix
                  Severity
                  Category
                  Status
                  Source
                  Language