jplusplus/the-accountant

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

Summary

Maintainability
A
1 hr
Test Coverage

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

function EndingService(I18n) {
  // Symbols declarion for private attributes and methods
  const _meta = Symbol('meta');
  const _game = Symbol('game');

Severity: Minor
Found in src/components/ending/ending.service.js - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status