furkleindustries/sound-manager

View on GitHub
src/Manager/PlayerSubmanager.ts

Summary

Maintainability
B
5 hrs
Test Coverage

PlayerSubmanager has 27 functions (exceeds 20 allowed). Consider refactoring.
Open

export class PlayerSubmanager implements IPlayerSubmanager {
  /* Player */
  private __playlists: IPlaylistsMap = getFrozenObject();
  get playlists() {
    return this.__playlists;
Severity: Minor
Found in src/Manager/PlayerSubmanager.ts - About 3 hrs to fix

    File PlayerSubmanager.ts has 256 lines of code (exceeds 250 allowed). Consider refactoring.
    Open

    import {
      createPlaylist,
    } from '../Playlist/createPlaylist';
    import {
      doToOneOrMany,
    Severity: Minor
    Found in src/Manager/PlayerSubmanager.ts - About 2 hrs to fix

      There are no issues that match your filters.

      Category
      Status