angelakuo/citydogshare

View on GitHub
public/assets/semantic-ui/shape-80060dc5eb5dc3e5f1600e103ffbe8c959db581a92421d3bc2ac8fbf98ce5551.js

Summary

Maintainability
F
5 days
Test Coverage

Function shape has 703 lines of code (exceeds 25 allowed). Consider refactoring.
Open

$.fn.shape = function(parameters) {
  var
    $allModules     = $(this),
    $body           = $('body'),

    File shape-80060dc5eb5dc3e5f1600e103ffbe8c959db581a92421d3bc2ac8fbf98ce5551.js has 733 lines of code (exceeds 250 allowed). Consider refactoring.
    Open

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

                animate: function(propertyObject, callback) {
                  module.verbose('Animating box with properties', propertyObject);
                  callback = callback || function(event) {
                    module.verbose('Executing animation callback');
                    if(event !== undefined) {

          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