CodeforLeipzig/stadtratmonitor

View on GitHub
public/assets/activestorage.esm-01f58a45d77495cdfbdfcc872902a430426c4391634ec9c3da5f69fbf8418492.js

Summary

Maintainability
D
2 days
Test Coverage

File activestorage.esm-01f58a45d77495cdfbdfcc872902a430426c4391634ec9c3da5f69fbf8418492.js has 813 lines of code (exceeds 250 allowed). Consider refactoring.
Open

var sparkMd5 = {
  exports: {}
};

(function(module, exports) {

    Function md5cycle has 133 lines of code (exceeds 25 allowed). Consider refactoring.
    Open

        function md5cycle(x, k) {
          var a = x[0], b = x[1], c = x[2], d = x[3];
          a += (b & c | ~b & d) + k[0] - 680876936 | 0;
          a = (a << 7 | a >>> 25) + b | 0;
          d += (a & b | ~a & c) + k[1] - 389564586 | 0;

      There are no issues that match your filters.

      Category
      Status