RubyLouvre/avalon

View on GitHub
src/vmodel/proxy.js

Summary

Maintainability
C
1 day
Test Coverage

Function modelFactory has a Cognitive Complexity of 27 (exceeds 5 allowed). Consider refactoring.
Open

    platform.modelFactory = function modelFactory(definition, dd) {
        var clone = {}
        for (let i in definition) {
            clone[i] = definition[i]
            delete definition[i]
Severity: Minor
Found in src/vmodel/proxy.js - About 3 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 set has a Cognitive Complexity of 25 (exceeds 5 allowed). Consider refactoring.
Open

        set(target, name, value) {
                if (name === '$model' || name === '$track') {
                    return true
                }
                if (name in $$skipArray) {
Severity: Minor
Found in src/vmodel/proxy.js - About 3 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 modelFactory has 36 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    platform.modelFactory = function modelFactory(definition, dd) {
        var clone = {}
        for (let i in definition) {
            clone[i] = definition[i]
            delete definition[i]
Severity: Minor
Found in src/vmodel/proxy.js - About 1 hr to fix

    Function set has 30 lines of code (exceeds 25 allowed). Consider refactoring.
    Open

            set(target, name, value) {
                    if (name === '$model' || name === '$track') {
                        return true
                    }
                    if (name in $$skipArray) {
    Severity: Minor
    Found in src/vmodel/proxy.js - About 1 hr to fix

      Avoid deeply nested control flow statements.
      Open

                          if (val.set)
                              val.setter = val.set
      Severity: Major
      Found in src/vmodel/proxy.js - About 45 mins to fix

        Parsing error: 'import' and 'export' may appear only with 'sourceType: module'
        Open

        import {
        Severity: Minor
        Found in src/vmodel/proxy.js by eslint

        For more information visit Source: http://eslint.org/docs/rules/

        There are no issues that match your filters.

        Category
        Status