betajs/betajs-media

View on GitHub
src/video_player/hls_support_mixin.js

Summary

Maintainability
A
1 hr
Test Coverage

Function _loadHls has 44 lines of code (exceeds 25 allowed). Consider refactoring.
Open

        _loadHls: function(source) {
            var promise = Promise.create();
            var Hls = this._hlsObj();
            this._hls = new Hls();
            this._hls.on(Hls.Events.MEDIA_ATTACHED, function() {
Severity: Minor
Found in src/video_player/hls_support_mixin.js - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status