ksmithut/bower-files

View on GitHub

Showing 6 of 6 total issues

Function Component has 60 lines of code (exceeds 25 allowed). Consider refactoring.
Open

function Component (options) {
  options = normalizeOptions(options)

  try {
    this.json = readJson(path.resolve(options.dir, options.json))
Severity: Major
Found in lib/component.js - About 2 hrs to fix

    Function getDependencies has 34 lines of code (exceeds 25 allowed). Consider refactoring.
    Open

      getDependencies: function (options) {
        options = assign(
          {
            self: false,
            dev: false,
    Severity: Minor
    Found in lib/component.js - About 1 hr to fix

      Function BowerFiles has 32 lines of code (exceeds 25 allowed). Consider refactoring.
      Open

      function BowerFiles (options) {
        if (!(this instanceof BowerFiles)) {
          return new BowerFiles(options)
        }
      
      
      Severity: Minor
      Found in lib/bower-files.js - About 1 hr to fix

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

          this.files = function (filterOptions) {
            filterOptions = assign(
              {
                fileListProps: ['main'],
                ignoreListProps: [],
        Severity: Minor
        Found in lib/component.js - About 1 hr to fix

          Function getDependencies has a Cognitive Complexity of 8 (exceeds 5 allowed). Consider refactoring.
          Open

            getDependencies: function (options) {
              options = assign(
                {
                  self: false,
                  dev: false,
          Severity: Minor
          Found in lib/component.js - About 45 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

          Function Component has a Cognitive Complexity of 7 (exceeds 5 allowed). Consider refactoring.
          Open

          function Component (options) {
            options = normalizeOptions(options)
          
            try {
              this.json = readJson(path.resolve(options.dir, options.json))
          Severity: Minor
          Found in lib/component.js - About 35 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