sebastian-software/core

View on GitHub
source/class/core/bom/TapEvent.js

Summary

Maintainability
A
2 hrs
Test Coverage

Function add has 32 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    add : function(target, type, callback, context, capture)
    {
      // Hard-wire context to function, re-use existing bound functions
      if (context) {
        callback = core.Function.bind(callback, context);
Severity: Minor
Found in source/class/core/bom/TapEvent.js - About 1 hr to fix

    Function remove has 5 arguments (exceeds 4 allowed). Consider refactoring.
    Open

        remove : function(target, type, callback, context, capture)
    Severity: Minor
    Found in source/class/core/bom/TapEvent.js - About 35 mins to fix

      Function add has 5 arguments (exceeds 4 allowed). Consider refactoring.
      Open

          add : function(target, type, callback, context, capture)
      Severity: Minor
      Found in source/class/core/bom/TapEvent.js - About 35 mins to fix

        There are no issues that match your filters.

        Category
        Status