bq/composr-core

View on GitHub

Showing 30 of 38 total issues

Function documentation has 81 lines of code (exceeds 25 allowed). Consider refactoring.
Open

function documentation (phrases, snippets, domain, version, basePathDoc) {
  if (!phrases) {
    phrases = []
  }

Severity: Major
Found in src/lib/doc/documentation.js - About 3 hrs to fix

    Function regexpUrl has a Cognitive Complexity of 22 (exceeds 5 allowed). Consider refactoring.
    Open

    function regexpUrl (url) {
      var pathParams = url.split('/')
      var EMPTY_PARAMS_REGEXP = '^$|^/$'
    
      var paramsLength = pathParams.length
    Severity: Minor
    Found in src/lib/regexpGenerator.js - About 3 hrs 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 validate has 58 lines of code (exceeds 25 allowed). Consider refactoring.
    Open

    function validate (phrase) {
      var errors = []
    
      var errorAccumulator = utils.errorAccumulator(errors)
    
    
    Severity: Major
    Found in src/lib/validators/phrase.validator.js - About 2 hrs to fix

      Function transform has 49 lines of code (exceeds 25 allowed). Consider refactoring.
      Open

      function transform (phrases, urlBase, domain, version) {
        var doc = {}
      
        phrases.forEach(function (phrase) {
          _.extend(doc, buildPhraseDefinition(phrase))
      Severity: Minor
      Found in src/lib/compilers/raml.compiler.js - About 1 hr to fix

        Function exports has 47 lines of code (exceeds 25 allowed). Consider refactoring.
        Open

        module.exports = function (grunt) {
          // show elapsed time at the end
          require('time-grunt')(grunt)
          // load all grunt tasks
          require('load-grunt-tasks')(grunt)
        Severity: Minor
        Found in Gruntfile.js - About 1 hr to fix

          Function regexpUrl has 44 lines of code (exceeds 25 allowed). Consider refactoring.
          Open

          function regexpUrl (url) {
            var pathParams = url.split('/')
            var EMPTY_PARAMS_REGEXP = '^$|^/$'
          
            var paramsLength = pathParams.length
          Severity: Minor
          Found in src/lib/regexpGenerator.js - About 1 hr to fix

            Function send has a Cognitive Complexity of 14 (exceeds 5 allowed). Consider refactoring.
            Open

            MockedResponse.prototype.send = function send (maybeCode, maybeBody) {
              if (!this.finished) {
                var status = this.statusCode || 200
                var data
            
            
            Severity: Minor
            Found in src/lib/mock/mockedResponse.js - About 1 hr 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 MockedRequest has a Cognitive Complexity of 14 (exceeds 5 allowed). Consider refactoring.
            Open

            function MockedRequest (req, options) {
              if (!options) {
                options = {}
              }
            
            
            Severity: Minor
            Found in src/lib/mock/mockedRequest.js - About 1 hr 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 requirerWrapper has a Cognitive Complexity of 14 (exceeds 5 allowed). Consider refactoring.
            Open

            function requirerWrapper (Snippet) {
              return function requirer (domain, version, functionMode) {
                return function requirerForDomain (libName) {
                  if (!libName || typeof (libName) !== 'string') {
                    libName = ''
            Severity: Minor
            Found in src/lib/requirer.js - About 1 hr 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 parseToComposrError has a Cognitive Complexity of 12 (exceeds 5 allowed). Consider refactoring.
            Open

            function parseToComposrError (e, defaultError, defaultStatus) {
              var status = defaultStatus || 500
              var error = defaultError || 'Internal error'
              var errorDescription = e
            
            
            Severity: Minor
            Found in src/lib/parseToComposrError.js - About 1 hr 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 validate has 33 lines of code (exceeds 25 allowed). Consider refactoring.
            Open

            function validate (snippet) {
              var errors = []
            
              var errorAccumulator = utils.errorAccumulator(errors)
            
            
            Severity: Minor
            Found in src/lib/validators/snippet.validator.js - About 1 hr to fix

              Function getByMatchingPath has 33 lines of code (exceeds 25 allowed). Consider refactoring.
              Open

              PhraseManager.prototype.getByMatchingPath = function getByMatchingPath (domain, path, verb, version) {
                var candidate = null
              
                if (!verb) {
                  verb = 'get'
              Severity: Minor
              Found in src/lib/managers/Phrase.js - About 1 hr to fix

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

                PhraseManager.prototype._run = function _runPhrase (phrase, verb, params, domain, cb) {
                  this.events.emit('debug', 'running:phrase:' + phrase.getId() + ':' + verb)
                
                  var urlBase = params.config && params.config.urlBase ? params.config.urlBase : this.config.urlBase
                
                
                Severity: Minor
                Found in src/lib/managers/Phrase.js - About 1 hr to fix

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

                  PhraseModel.prototype.__executeFunctionMode = function __executeFunctionMode (verb, parameters, timeout, file) {
                    // @TODO: configure timeout
                    // @TODO: enable VM if memory bug gets solved
                    var url = this.getUrl()
                  
                  
                  Severity: Minor
                  Found in src/lib/models/PhraseModel.js - About 1 hr to fix

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

                    function currifiedToArrayPromise (itemOrItems) {
                      if (!itemOrItems) {
                        return function () {
                          return Promise.reject()
                        }
                    Severity: Minor
                    Found in src/lib/utils/currifiedToArrayPromise.js - About 1 hr to fix

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

                      function init (options, fetch) {
                        var module = this
                      
                        this.reset()
                      
                      
                      Severity: Minor
                      Found in src/lib/init.js - About 1 hr to fix

                        Function loadSome has 29 lines of code (exceeds 25 allowed). Consider refactoring.
                        Open

                        BaseDao.prototype.loadSome = function loadSome (ids) {
                          var that = this
                        
                          if (!ids || !Array.isArray(ids)) {
                            return Promise.reject('missing:ids')
                        Severity: Minor
                        Found in src/lib/daos/BaseDao.js - About 1 hr to fix

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

                          function initCorbelDriver () {
                            if (!this.config.credentials.clientId) {
                              return Promise.reject('Missing config.credentials.clientId')
                            }
                          
                          
                          Severity: Minor
                          Found in src/lib/initCorbelDriver.js - About 1 hr to fix

                            Function send has 27 lines of code (exceeds 25 allowed). Consider refactoring.
                            Open

                            MockedResponse.prototype.send = function send (maybeCode, maybeBody) {
                              if (!this.finished) {
                                var status = this.statusCode || 200
                                var data
                            
                            
                            Severity: Minor
                            Found in src/lib/mock/mockedResponse.js - About 1 hr to fix

                              Function regexp has 26 lines of code (exceeds 25 allowed). Consider refactoring.
                              Open

                                var regexp = pathParams.reduce(function (prev, item, index) {
                                  var newValue = ''
                              
                                  if (index !== 0) {
                                    // Theres a previous value, add a slash
                              Severity: Minor
                              Found in src/lib/regexpGenerator.js - About 1 hr to fix
                                Severity
                                Category
                                Status
                                Source
                                Language