preston/bittorious

View on GitHub

Showing 235 of 235 total issues

Avoid too many return statements within this function.
Open

      return result;
Severity: Major
Found in lib/assets/bower_components/lodash/lodash.js - About 30 mins to fix

    Avoid too many return statements within this function.
    Open

          return result;
    Severity: Major
    Found in lib/assets/bower_components/lodash/lodash.js - About 30 mins to fix

      Avoid too many return statements within this function.
      Open

            return true;
      Severity: Major
      Found in lib/assets/bower_components/lodash/lodash.js - About 30 mins to fix

        Avoid too many return statements within this function.
        Open

              return true;
        Severity: Major
        Found in lib/assets/bower_components/lodash/lodash.js - About 30 mins to fix

          Avoid too many return statements within this function.
          Open

                    return cloneableTags[tag]
                      ? initCloneByTag(value, tag, isDeep)
                      : (object ? value : {});
          Severity: Major
          Found in lib/assets/bower_components/lodash/lodash.js - About 30 mins to fix

            Avoid too many return statements within this function.
            Open

                      return stackB[length];
            Severity: Major
            Found in lib/assets/bower_components/lodash/lodash.js - About 30 mins to fix

              Avoid too many return statements within this function.
              Open

                        return index;
              Severity: Major
              Found in lib/assets/bower_components/lodash/lodash.js - About 30 mins to fix

                Avoid too many return statements within this function.
                Open

                      return true;
                Severity: Major
                Found in lib/assets/bower_components/lodash/lodash.js - About 30 mins to fix

                  Avoid too many return statements within this function.
                  Open

                        return -1;
                  Severity: Major
                  Found in lib/assets/bower_components/lodash/lodash.js - About 30 mins to fix

                    Avoid too many return statements within this function.
                    Open

                            return runner;
                    Severity: Major
                    Found in lib/assets/bower_components/angular-animate/angular-animate.js - About 30 mins to fix

                      Avoid too many return statements within this function.
                      Open

                            return {
                              $$willAnimate: true,
                              end: endFn,
                              start: function() {
                                if (animationClosed) return;
                      Severity: Major
                      Found in lib/assets/bower_components/angular-animate/angular-animate.js - About 30 mins to fix

                        Avoid too many return statements within this function.
                        Open

                                      return runner;
                        Severity: Major
                        Found in lib/assets/bower_components/angular-animate/angular-animate.js - About 30 mins to fix

                          Avoid too many return statements within this function.
                          Open

                                return runner;
                          Severity: Major
                          Found in lib/assets/bower_components/angular-animate/angular-animate.js - About 30 mins to fix

                            Avoid too many return statements within this function.
                            Open

                                        return existingAnimation.runner;
                            Severity: Major
                            Found in lib/assets/bower_components/angular-animate/angular-animate.js - About 30 mins to fix

                              Method scrape has a Cognitive Complexity of 6 (exceeds 5 allowed). Consider refactoring.
                              Open

                                  def scrape
                                      # From http://wiki.theory.org/BitTorrentSpecification
                                      #   If info_hash was supplied and was valid, this dictionary will contain a single key/value. Each key consists of a 20-byte binary info_hash. The value of each entry is another dictionary containing the following:
                                      #
                                      #   complete: number of peers with the entire file, i.e. seeders (integer)
                              Severity: Minor
                              Found in app/controllers/tracker_controller.rb - About 25 mins to fix

                              Cognitive Complexity

                              Cognitive Complexity is a measure of how difficult a unit of code is to intuitively understand. Unlike Cyclomatic Complexity, which determines how difficult your code will be to test, Cognitive Complexity tells you how difficult your code will be to read and comprehend.

                              A method's cognitive complexity is based on a few simple rules:

                              • Code is not considered more complex when it uses shorthand that the language provides for collapsing multiple statements into one
                              • Code is considered more complex for each "break in the linear flow of the code"
                              • Code is considered more complex when "flow breaking structures are nested"

                              Further reading

                              Severity
                              Category
                              Status
                              Source
                              Language