Chocobozzz/PeerTube

View on GitHub
client/src/assets/player/shared/control-bar/p2p-info-button.ts

Summary

Maintainability
A
2 hrs
Test Coverage

Function createEl has 71 lines of code (exceeds 25 allowed). Consider refactoring.
Open

  createEl () {
    const div = videojs.dom.createEl('div', { className: 'vjs-peertube' })
    const subDivP2P = videojs.dom.createEl('div', {
      className: 'vjs-peertube-hidden' // Hide the stats before we get the info
    }) as HTMLDivElement
Severity: Major
Found in client/src/assets/player/shared/control-bar/p2p-info-button.ts - About 2 hrs to fix

    There are no issues that match your filters.

    Category
    Status