angelakuo/citydogshare

View on GitHub
public/assets/semantic-ui/visibility-02f9fbfea1bdbdb0217270fd399e41eeddbf613856324ce6038c3037200c41bb.js

Summary

Maintainability
F
1 wk
Test Coverage

Function visibility has 838 lines of code (exceeds 25 allowed). Consider refactoring.
Open

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

    File visibility-02f9fbfea1bdbdb0217270fd399e41eeddbf613856324ce6038c3037200c41bb.js has 877 lines of code (exceeds 250 allowed). Consider refactoring.
    Open

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

                  elementCalculations: function() {
                    var
                      screen  = module.get.screenCalculations(),
                      element = module.get.elementPosition()
                    ;

          Function fixed has 28 lines of code (exceeds 25 allowed). Consider refactoring.
          Open

                    fixed: function() {
                      module.verbose('Setting up fixed on element pass');
                      $module
                        .visibility({
                          once: false,

            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