angelakuo/citydogshare

View on GitHub
public/assets/semantic-ui/visit-8569f5e8496280307892949e69ab2cbe26e7b3ac3cb1e30a8bf3f75418a256a4.js

Summary

Maintainability
F
3 days
Test Coverage

Function visit has 435 lines of code (exceeds 25 allowed). Consider refactoring.
Open

$.visit = $.fn.visit = function(parameters) {
  var
    $allModules     = $.isFunction(this)
        ? $(window)
        : $(this),

    File visit-8569f5e8496280307892949e69ab2cbe26e7b3ac3cb1e30a8bf3f75418a256a4.js has 466 lines of code (exceeds 250 allowed). Consider refactoring.
    Open

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

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

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

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

                  display: function() {
                    var
                      title = settings.name + ':',
                      totalTime = 0
                    ;

          There are no issues that match your filters.

          Category
          Status