modxcms/revolution

View on GitHub
manager/assets/modext/widgets/core/modx.grid.local.property.js

Summary

Maintainability
B
5 hrs
Test Coverage

Function renderDynField has a Cognitive Complexity of 16 (exceeds 5 allowed). Consider refactoring.
Open

    ,renderDynField: function(v,md,rec,ri,ci,s,g) {
        var r = s.getAt(ri).data;
        var f,idx;
        var oz = v;
        var xtype = this.config.dynProperty;
Severity: Minor
Found in manager/assets/modext/widgets/core/modx.grid.local.property.js - About 2 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 renderDynField has 39 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    ,renderDynField: function(v,md,rec,ri,ci,s,g) {
        var r = s.getAt(ri).data;
        var f,idx;
        var oz = v;
        var xtype = this.config.dynProperty;
Severity: Minor
Found in manager/assets/modext/widgets/core/modx.grid.local.property.js - About 1 hr to fix

    Function createCombo has 29 lines of code (exceeds 25 allowed). Consider refactoring.
    Open

        ,createCombo: function(p) {
            var obj;
            try {
                obj = Ext.ComponentMgr.create({ xtype: r.xtype, id: Ext.id() });
            } catch(e) {
    Severity: Minor
    Found in manager/assets/modext/widgets/core/modx.grid.local.property.js - About 1 hr to fix

      Function renderDynField has 7 arguments (exceeds 4 allowed). Consider refactoring.
      Open

          ,renderDynField: function(v,md,rec,ri,ci,s,g) {
      Severity: Major
      Found in manager/assets/modext/widgets/core/modx.grid.local.property.js - About 50 mins to fix

        There are no issues that match your filters.

        Category
        Status