angelakuo/citydogshare

View on GitHub
public/assets/semantic-ui/rating-2950cb0cc12371f1da3063a74d48d57a8fe49a8b17fe7bbcaf066b7b7e989c64.js

Summary

Maintainability
D
2 days
Test Coverage

Function rating has 355 lines of code (exceeds 25 allowed). Consider refactoring.
Open

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

    File rating-2950cb0cc12371f1da3063a74d48d57a8fe49a8b17fe7bbcaf066b7b7e989c64.js has 402 lines of code (exceeds 250 allowed). Consider refactoring.
    Open

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

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

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

        Function display has 29 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