dwyl/hapi-riot

View on GitHub

Showing 3 of 10 total issues

Function handler has 35 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    handler: function (request, reply) {
      // console.log(' - - - - - - - - - - - - - - - - - ');
      // console.log('request.payload', request.payload);
      // console.log(' - - - - - - - - - - - - - - - - - ');

Severity: Minor
Found in example/WiP_todo/server.js - About 1 hr to fix

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

    function compile (template, compileOpts) {
      var baseOpts = Object.assign({}, DEFAULTS, compileOpts);
    
      return function render (context, renderOpts) {
        var layoutFilePath, layoutFileName, content, View, compiledFileRoute;
    Severity: Minor
    Found in lib/index.js - About 1 hr to fix

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

      function compile (template, compileOpts) {
        var baseOpts = Object.assign({}, DEFAULTS, compileOpts);
      
        return function render (context, renderOpts) {
          var layoutFilePath, layoutFileName, content, View, compiledFileRoute;
      Severity: Minor
      Found in lib/index.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

      Severity
      Category
      Status
      Source
      Language