tunnckoCore/koa-rest-router

View on GitHub

Showing 3 of 3 total issues

File test.js has 252 lines of code (exceeds 250 allowed). Consider refactoring.
Open

/*!
 * koa-rest-router <https://github.com/tunnckoCore/koa-rest-router>
 *
 * Copyright (c) Charlike Mike Reagent <@tunnckoCore> (https://i.am.charlike.online)
 * Released under the MIT license.
Severity: Minor
Found in test.js - About 2 hrs to fix

    Function updateRoute has a Cognitive Complexity of 6 (exceeds 5 allowed). Consider refactoring.
    Open

    utils.updateRoute = function updateRoute (ctx, destRoute) {
      let route = destRoute.route.slice(1)
      /* istanbul ignore next */
      if (!route.length) return '/:id'
    
    
    Severity: Minor
    Found in utils.js - 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

    Function createResource has a Cognitive Complexity of 6 (exceeds 5 allowed). Consider refactoring.
    Open

    KoaRestRouter.prototype.createResource = function createResource (name, ctrl, opts) {
      if (typeof name === 'object') {
        opts = ctrl
        ctrl = name
        name = '/'
    Severity: Minor
    Found in index.js - 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