lib/util/moboUtil.js

Summary

Maintainability
C
1 day
Test Coverage

Function prePostFix has a Cognitive Complexity of 33 (exceeds 5 allowed). Consider refactoring.
Open

exports.prePostFix = function(mode, model, registry) {

    var wikitext = '';

    if (model.items) {
Severity: Minor
Found in lib/util/moboUtil.js - About 4 hrs 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

Function prePostFix has 34 lines of code (exceeds 25 allowed). Consider refactoring.
Open

exports.prePostFix = function(mode, model, registry) {

    var wikitext = '';

    if (model.items) {
Severity: Minor
Found in lib/util/moboUtil.js - About 1 hr to fix

    Avoid deeply nested control flow statements.
    Open

                        if (registry.smw_template[templateName + '.wikitext']) {
                            wikitext += registry.smw_template[templateName + '.wikitext'];
                        } else {
                            log('[E] ' + model.$filepath + ' references to non exisiting template: ' + model[mode].template);
                        }
    Severity: Major
    Found in lib/util/moboUtil.js - About 45 mins to fix

      Function resolveReference has a Cognitive Complexity of 7 (exceeds 5 allowed). Consider refactoring.
      Open

      exports.resolveReference = function(url, hint) {
      
          /** If an error occurs, this gives a hint in which file */
          if (hint) {
              hint = ' ' + hint + ': ';
      Severity: Minor
      Found in lib/util/moboUtil.js - 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

      Function loadTemplate has a Cognitive Complexity of 6 (exceeds 5 allowed). Consider refactoring.
      Open

      exports.loadTemplate = function(scope, templateFileName, settings, internalTemplate) {
      
          handlebars.setMoboSettings(settings);
      
          var templateName = templateFileName.substr(0, templateFileName.lastIndexOf('.'));
      Severity: Minor
      Found in lib/util/moboUtil.js - 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

      There are no issues that match your filters.

      Category
      Status