jplusplus/the-accountant

View on GitHub
src/components/explainer/explainer.service.js

Summary

Maintainability
A
1 hr
Test Coverage

Function ExplainerService has 34 lines of code (exceeds 25 allowed). Consider refactoring.
Open

function ExplainerService(I18n) {
  // Symbols declarion for private attributes and methods
  const _open = Symbol('open');
  const _step = Symbol('step');
  const _ref = Symbol('ref');
Severity: Minor
Found in src/components/explainer/explainer.service.js - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status