angelakuo/citydogshare

View on GitHub
public/assets/foundation-2c3718981abe8e272e410af80c59228c254172ea8448e678e5dbf9cd1b051067.js

Summary

Maintainability
C
1 day
Test Coverage

File foundation-2c3718981abe8e272e410af80c59228c254172ea8448e678e5dbf9cd1b051067.js has 443 lines of code (exceeds 250 allowed). Consider refactoring.
Open

/*
 * Foundation Responsive Library
 * http://foundation.zurb.com
 * Copyright 2014, ZURB
 * Free to use under the MIT license.

    Function data_options has 45 lines of code (exceeds 25 allowed). Consider refactoring.
    Open

          data_options : function (el, data_attr_name) {
            data_attr_name = data_attr_name || 'options';
            var opts = {}, ii, p, opts_arr,
                data_options = function (el) {
                  var namespace = Foundation.global.namespace;

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

          init : function (scope, libraries, method, options, response) {
            var args = [scope, method, options, response],
                responses = [];
      
            // check RTL

        Function init has 5 arguments (exceeds 4 allowed). Consider refactoring.
        Open

            init : function (scope, libraries, method, options, response) {

          There are no issues that match your filters.

          Category
          Status