angelakuo/citydogshare

View on GitHub
public/assets/semantic-ui/accordion-e9355d5182181026834c44c63c944bd4aec8778248279170ce1f6759a71f9379.js

Summary

Maintainability
F
4 days
Test Coverage

Function accordion has 469 lines of code (exceeds 25 allowed). Consider refactoring.
Open

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

    time            = new Date().getTime(),

    File accordion-e9355d5182181026834c44c63c944bd4aec8778248279170ce1f6759a71f9379.js has 506 lines of code (exceeds 250 allowed). Consider refactoring.
    Open

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

      Function closeOthers has 58 lines of code (exceeds 25 allowed). Consider refactoring.
      Open

              closeOthers: function(index) {
                var
                  $activeTitle = (index !== undefined)
                    ? $title.eq(index)
                    : $(this),

        Function open has 53 lines of code (exceeds 25 allowed). Consider refactoring.
        Open

                open: function(query) {
                  var
                    $activeTitle = (query !== undefined)
                      ? (typeof query === 'number')
                        ? $title.eq(query)

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

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

            Function close has 50 lines of code (exceeds 25 allowed). Consider refactoring.
            Open

                    close: function(query) {
                      var
                        $activeTitle = (query !== undefined)
                          ? (typeof query === 'number')
                            ? $title.eq(query)

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

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

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

                  easeOutQuint: function (x, t, b, c, d) {

                  There are no issues that match your filters.

                  Category
                  Status