angelakuo/citydogshare

View on GitHub
public/assets/semantic-ui/site-41d357713bb5764d31c4bf6dd9fc8b352f11a43fbe2c759eda9179a52941d0d4.js

Summary

Maintainability
F
3 days
Test Coverage

Function site has 389 lines of code (exceeds 25 allowed). Consider refactoring.
Open

$.site = $.fn.site = function(parameters) {
  var
    time           = new Date().getTime(),
    performance    = [],

    File site-41d357713bb5764d31c4bf6dd9fc8b352f11a43fbe2c759eda9179a52941d0d4.js has 444 lines of code (exceeds 250 allowed). Consider refactoring.
    Open

    /*
     * # Semantic - Site
     * http://github.com/semantic-org/semantic-ui/
     *
     *

      Function invoke has 52 lines of code (exceeds 25 allowed). Consider refactoring.
      Open

          invoke: function(query, passedArguments, context) {
            var
              object = instance,
              maxDepth,
              found,

        Function setting has 29 lines of code (exceeds 25 allowed). Consider refactoring.
        Open

              setting: function(setting, value, modules, modifyExisting) {
                modules = (typeof modules === 'string')
                  ? (modules === 'all')
                    ? settings.modules
                    : [modules]

          There are no issues that match your filters.

          Category
          Status