Showing 9 of 11 total issues
Class WordConvert
has 27 methods (exceeds 20 allowed). Consider refactoring. Open
Open
class WordConvert < IsoDoc::Iso::WordConvert
def initialize(options)
super
@libdir = File.dirname(__FILE__)
end
Class PresentationXMLConvert
has 23 methods (exceeds 20 allowed). Consider refactoring. Open
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)
Class Converter
has 22 methods (exceeds 20 allowed). Consider refactoring. Open
Open
class Converter < Iso::Converter
XML_ROOT_TAG = "iec-standard".freeze
XML_NAMESPACE = "https://www.metanorma.org/ns/iec".freeze
register_for "iec"
Method docfunction
has a Cognitive Complexity of 8 (exceeds 5 allowed). Consider refactoring. Open
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))
- Read upRead up
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
Open
def xref_init(lang, script, _klass, labels, options)
Method output
has 5 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
def output(isodoc_node, inname, outname, format, options = {})
Method term_defs_boilerplate
has 5 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
def term_defs_boilerplate(div, source, term, preface, isodoc)
Method tr_parse
has 5 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
def tr_parse(node, out, ord, totalrows, header)
Method make_tr_attr
has 5 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
def make_tr_attr(cell, row, totalrows, header, bordered)