codefordayton/metroparks-tribute

View on GitHub
tribute_files/js.cookie.js

Summary

Maintainability
B
6 hrs
Test Coverage

Function init has 87 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    function init (converter) {
        function api (key, value, attributes) {
            var result;
            if (typeof document === 'undefined') {
                return;
Severity: Major
Found in tribute_files/js.cookie.js - About 3 hrs to fix

    Function api has 68 lines of code (exceeds 25 allowed). Consider refactoring.
    Open

            function api (key, value, attributes) {
                var result;
                if (typeof document === 'undefined') {
                    return;
                }
    Severity: Major
    Found in tribute_files/js.cookie.js - About 2 hrs to fix

      There are no issues that match your filters.

      Category
      Status