angelakuo/citydogshare

View on GitHub
public/assets/semantic-ui/dimmer-86b906ea661bdc3c153028dc1eb26694ccff51c3fb7e619898dcd794630a3c0d.js

Summary

Maintainability
F
4 days
Test Coverage

Function dimmer has 524 lines of code (exceeds 25 allowed). Consider refactoring.
Open

$.fn.dimmer = function(parameters) {
  var
    $allModules     = $(this),

    time            = new Date().getTime(),

    File dimmer-86b906ea661bdc3c153028dc1eb26694ccff51c3fb7e619898dcd794630a3c0d.js has 571 lines of code (exceeds 250 allowed). Consider refactoring.
    Open

    /*
     * # Semantic - Dimmer
     * 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 show has 37 lines of code (exceeds 25 allowed). Consider refactoring.
        Open

                  show: function(callback) {
                    callback = $.isFunction(callback)
                      ? callback
                      : function(){}
                    ;

          Function hide has 33 lines of code (exceeds 25 allowed). Consider refactoring.
          Open

                    hide: function(callback) {
                      callback = $.isFunction(callback)
                        ? callback
                        : function(){}
                      ;

            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