antimalware/manul

View on GitHub
src/log_analyzer/js/zip-ext.js

Summary

Maintainability
A
2 hrs
Test Coverage

Function HttpReader has 36 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    function HttpReader(url) {
        var that = this;

        function getData(callback, onerror) {
            var request;
Severity: Minor
Found in src/log_analyzer/js/zip-ext.js - About 1 hr to fix

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

        function HttpRangeReader(url) {
            var that = this;
    
            function init(callback, onerror) {
                var request = new XMLHttpRequest();
    Severity: Minor
    Found in src/log_analyzer/js/zip-ext.js - About 1 hr to fix

      There are no issues that match your filters.

      Category
      Status