MPOS/php-mpos

View on GitHub
public/site_assets/bootstrap/js/jquery.md5.js

Summary

Maintainability
C
7 hrs
Test Coverage

Function binl_md5 has 82 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    function binl_md5(x, len) {
        /* append padding */
        x[len >> 5] |= 0x80 << ((len) % 32);
        x[(((len + 64) >>> 9) << 4) + 14] = len;

Severity: Major
Found in public/site_assets/bootstrap/js/jquery.md5.js - About 3 hrs to fix

    Function md5_ff has 7 arguments (exceeds 4 allowed). Consider refactoring.
    Open

        function md5_ff(a, b, c, d, x, s, t) {
    Severity: Major
    Found in public/site_assets/bootstrap/js/jquery.md5.js - About 50 mins to fix

      Function md5_hh has 7 arguments (exceeds 4 allowed). Consider refactoring.
      Open

          function md5_hh(a, b, c, d, x, s, t) {
      Severity: Major
      Found in public/site_assets/bootstrap/js/jquery.md5.js - About 50 mins to fix

        Function md5_gg has 7 arguments (exceeds 4 allowed). Consider refactoring.
        Open

            function md5_gg(a, b, c, d, x, s, t) {
        Severity: Major
        Found in public/site_assets/bootstrap/js/jquery.md5.js - About 50 mins to fix

          Function md5_ii has 7 arguments (exceeds 4 allowed). Consider refactoring.
          Open

              function md5_ii(a, b, c, d, x, s, t) {
          Severity: Major
          Found in public/site_assets/bootstrap/js/jquery.md5.js - About 50 mins to fix

            Function md5_cmn has 6 arguments (exceeds 4 allowed). Consider refactoring.
            Open

                function md5_cmn(q, a, b, x, s, t) {
            Severity: Minor
            Found in public/site_assets/bootstrap/js/jquery.md5.js - About 45 mins to fix

              There are no issues that match your filters.

              Category
              Status