lasso-js/karma-lasso

View on GitHub

Showing 6 of 6 total issues

Function framework has 110 lines of code (exceeds 25 allowed). Consider refactoring.
Open

var framework = function(emitter, config, logger) {
    var log = logger.create('framework:lasso');
    // configure the filewriter to write the generated files inside the user specified temp
    // directory
    config.lasso.fileWriter = {
Severity: Major
Found in lib/framework.js - About 4 hrs to fix

    Function framework has a Cognitive Complexity of 18 (exceeds 5 allowed). Consider refactoring.
    Open

    var framework = function(emitter, config, logger) {
        var log = logger.create('framework:lasso');
        // configure the filewriter to write the generated files inside the user specified temp
        // directory
        config.lasso.fileWriter = {
    Severity: Minor
    Found in lib/framework.js - About 2 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 exports has 49 lines of code (exceeds 25 allowed). Consider refactoring.
    Open

    module.exports = function(grunt) {
        // loading the npm task
        grunt.loadNpmTasks('grunt-contrib-jshint');
        grunt.loadNpmTasks('grunt-docco-plus');
        grunt.loadNpmTasks('grunt-gh-pages');
    Severity: Minor
    Found in Gruntfile.js - About 1 hr to fix

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

      module.exports = function(name) {
          // get the config
          var coverageConfig = fs.readJsonSync(process.argv[2]).coverage || {};
          // get the included files
          var files = [].concat(coverageConfig.files || []);
      Severity: Minor
      Found in lib/transforms/coverage.js - About 1 hr to fix

        Function exports has a Cognitive Complexity of 10 (exceeds 5 allowed). Consider refactoring.
        Open

        module.exports = function(name) {
            // get the config
            var coverageConfig = fs.readJsonSync(process.argv[2]).coverage || {};
            // get the included files
            var files = [].concat(coverageConfig.files || []);
        Severity: Minor
        Found in lib/transforms/coverage.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 exports has a Cognitive Complexity of 9 (exceeds 5 allowed). Consider refactoring.
        Open

        module.exports = function(name) {
            // get the config
            var watcherConfig = fs.readJsonSync(process.argv[2]).watch || {};
            // get the included files
            var files = [].concat(watcherConfig.files || []);
        Severity: Minor
        Found in lib/transforms/watcher.js - About 55 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