adobe/brackets

View on GitHub
src/LiveDevelopment/Inspector/Inspector.js

Summary

Maintainability
D
2 days
Test Coverage

Function Inspector has a Cognitive Complexity of 53 (exceeds 5 allowed). Consider refactoring.
Open

define(function Inspector(require, exports, module) {
    "use strict";

    var Async           = require("utils/Async"),
        EventDispatcher = require("utils/EventDispatcher");
Severity: Minor
Found in src/LiveDevelopment/Inspector/Inspector.js - About 1 day 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 Inspector has 195 lines of code (exceeds 25 allowed). Consider refactoring.
Open

define(function Inspector(require, exports, module) {
    "use strict";

    var Async           = require("utils/Async"),
        EventDispatcher = require("utils/EventDispatcher");
Severity: Major
Found in src/LiveDevelopment/Inspector/Inspector.js - About 7 hrs to fix

    Function _send has 31 lines of code (exceeds 25 allowed). Consider refactoring.
    Open

        function _send(method, signature, varargs) {
            if (!_socket) {
                console.log("You must connect to the WebSocket before sending messages.");
    
                // FUTURE: Our current implementation closes and re-opens an inspector connection whenever
    Severity: Minor
    Found in src/LiveDevelopment/Inspector/Inspector.js - About 1 hr to fix

      There are no issues that match your filters.

      Category
      Status