angelakuo/citydogshare

View on GitHub
public/assets/semantic-ui/state-eb37b88f399713936f32b66ddf5de8c17c720ecf4319b076809a19fdd5206fca.js

Summary

Maintainability
F
4 days
Test Coverage

Function state has 513 lines of code (exceeds 25 allowed). Consider refactoring.
Open

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

    moduleSelector  = $allModules.selector || '',

    File state-eb37b88f399713936f32b66ddf5de8c17c720ecf4319b076809a19fdd5206fca.js has 590 lines of code (exceeds 250 allowed). Consider refactoring.
    Open

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

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

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

                    text: function() {
                      if( module.is.textEnabled() ) {
                        if(module.is.disabled() ) {
                          module.verbose('Changing text to disabled text', text.hover);
                          module.update.text(text.disabled);

            There are no issues that match your filters.

            Category
            Status