botwillacceptanything/botwillacceptanything

View on GitHub
lib/media.js

Summary

Maintainability
D
2 days
Test Coverage

File media.js has 802 lines of code (exceeds 250 allowed). Consider refactoring.
Open

(function () {
  'use strict';

  var weekdayPL = [
    [
Severity: Major
Found in lib/media.js - About 1 day to fix

    Function makePlaylist has 41 lines of code (exceeds 25 allowed). Consider refactoring.
    Open

      var makePlaylist = function (plSource) {
        var items = [];
        var grandTotalSeconds = 0;
        // compute total seconds and ETL
        var i;
    Severity: Minor
    Found in lib/media.js - About 1 hr to fix

      There are no issues that match your filters.

      Category
      Status