ujh/fountainpencompanion

View on GitHub
app/assets/javascripts/js.cookie.js

Summary

Maintainability
C
7 hrs
Test Coverage

Function init has 111 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 app/assets/javascripts/js.cookie.js - About 4 hrs to fix

    Function api has 85 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 app/assets/javascripts/js.cookie.js - About 3 hrs to fix

      There are no issues that match your filters.

      Category
      Status