SauloSilva/jcep

View on GitHub
src/base.js

Summary

Maintainability
B
4 hrs
Test Coverage

Base has 28 functions (exceeds 20 allowed). Consider refactoring.
Open

class Base {
  constructor(object = {}) {
    let {
      triggerEventName = false,
      elements = false,
Severity: Minor
Found in src/base.js - About 3 hrs to fix

    Function constructor has 27 lines of code (exceeds 25 allowed). Consider refactoring.
    Open

      constructor(object = {}) {
        let {
          triggerEventName = false,
          elements = false,
          success: callbackSuccess,
    Severity: Minor
    Found in src/base.js - About 1 hr to fix

      There are no issues that match your filters.

      Category
      Status