angelakuo/citydogshare

View on GitHub
public/assets/semantic-ui/progress-673b6febfbe4e7505dfa8c661674ae45fb0c5b262565d2eeba9e362183c5b6aa.js

Summary

Maintainability
F
5 days
Test Coverage

Function progress has 658 lines of code (exceeds 25 allowed). Consider refactoring.
Open

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

    moduleSelector = $allModules.selector || '',

    File progress-673b6febfbe4e7505dfa8c661674ae45fb0c5b262565d2eeba9e362183c5b6aa.js has 722 lines of code (exceeds 250 allowed). Consider refactoring.
    Open

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

                  percent: function(percent) {
                    percent = (typeof percent == 'string')
                      ? +(percent.replace('%', ''))
                      : percent
                    ;

          Function increment has 30 lines of code (exceeds 25 allowed). Consider refactoring.
          Open

                  increment: function(incrementValue) {
                    var
                      total          = module.total || false,
                      edgeValue,
                      startValue,

            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