assemblee-virtuelle/wp-ldp

View on GitHub
wpldp.js

Summary

Maintainability
D
2 days
Test Coverage

Function wpldp has 271 lines of code (exceeds 25 allowed). Consider refactoring.
Open

window.wpldp = function( store, options ) {

    this.options = options || {};
    this.store   = store;
    this.resultSet = [];
Severity: Major
Found in wpldp.js - About 1 day to fix

    File wpldp.js has 273 lines of code (exceeds 250 allowed). Consider refactoring.
    Open

    window.wpldp = function( store, options ) {
    
        this.options = options || {};
        this.store   = store;
        this.resultSet = [];
    Severity: Minor
    Found in wpldp.js - About 2 hrs to fix

      Function render has 49 lines of code (exceeds 25 allowed). Consider refactoring.
      Open

          this.render = function render( div, objectIri, template, context, modelName, prefix ) {
              var objectIri = this.store.getIri(objectIri);
              var template = template ? template : this.store.mainTemplate;
              var context = context || this.store.context;
              var fields = modelName ? this.store.models[modelName].fields : null;
      Severity: Minor
      Found in wpldp.js - About 1 hr to fix

        Function wpldp has a Cognitive Complexity of 13 (exceeds 5 allowed). Consider refactoring.
        Open

        window.wpldp = function( store, options ) {
        
            this.options = options || {};
            this.store   = store;
            this.resultSet = [];
        Severity: Minor
        Found in wpldp.js - About 1 hr 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 bindEvents has 30 lines of code (exceeds 25 allowed). Consider refactoring.
        Open

            this.bindEvents = function() {
                var instance = this;
                jQuery('.remove-field-button').click( function( event ) {
                    instance.removeField( event );
                });
        Severity: Minor
        Found in wpldp.js - About 1 hr to fix

          Function render has 6 arguments (exceeds 4 allowed). Consider refactoring.
          Open

              this.render = function render( div, objectIri, template, context, modelName, prefix ) {
          Severity: Minor
          Found in wpldp.js - About 45 mins to fix

            There are no issues that match your filters.

            Category
            Status