angelakuo/citydogshare

View on GitHub
public/assets/semantic-ui/checkbox-e2fa593259f88422cb8b462903c92947c0592f58042f6c649a0e062f581e015f.js

Summary

Maintainability
F
3 days
Test Coverage

Function checkbox has 418 lines of code (exceeds 25 allowed). Consider refactoring.
Open

$.fn.checkbox = function(parameters) {
  var
    $allModules    = $(this),
    moduleSelector = $allModules.selector || '',

    File checkbox-e2fa593259f88422cb8b462903c92947c0592f58042f6c649a0e062f581e015f.js has 450 lines of code (exceeds 250 allowed). Consider refactoring.
    Open

    /*
     * # Semantic - Checkbox
     * 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
                    ;

          There are no issues that match your filters.

          Category
          Status