ama-team/voxengine-stubs

View on GitHub
lib/Stub/Factory.js

Summary

Maintainability
A
2 hrs
Test Coverage

Function create has 33 lines of code (exceeds 25 allowed). Consider refactoring.
Open

  create: function (symbol, settings) {
    var mock = function (configuration) {
      var self = this
      this.name = symbol

Severity: Minor
Found in lib/Stub/Factory.js - About 1 hr to fix

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

        var mock = function (configuration) {
          var self = this
          this.name = symbol
    
          this._setup = function (configuration) {
    Severity: Minor
    Found in lib/Stub/Factory.js - About 1 hr to fix

      There are no issues that match your filters.

      Category
      Status