meteor/meteor

View on GitHub
tools/tool-env/isopackets.js

Summary

Maintainability
C
1 day
Test Coverage

Function ensureIsopacketsLoadable has a Cognitive Complexity of 29 (exceeds 5 allowed). Consider refactoring.
Open

export function ensureIsopacketsLoadable() {
  if (calledEnsure) {
    throw Error("can't ensureIsopacketsLoadable twice!");
  }
  calledEnsure = true;
Severity: Minor
Found in tools/tool-env/isopackets.js - About 4 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 ensureIsopacketsLoadable has 71 lines of code (exceeds 25 allowed). Consider refactoring.
Open

export function ensureIsopacketsLoadable() {
  if (calledEnsure) {
    throw Error("can't ensureIsopacketsLoadable twice!");
  }
  calledEnsure = true;
Severity: Major
Found in tools/tool-env/isopackets.js - About 2 hrs to fix

    Function messages has 52 lines of code (exceeds 25 allowed). Consider refactoring.
    Open

      var messages = Console.withProgressDisplayVisible(function () {
        return buildmessage.capture(function () {
          _.each(ISOPACKETS, function (packages, isopacketName) {
            if (failedPackageBuild) {
              return;
    Severity: Major
    Found in tools/tool-env/isopackets.js - About 2 hrs to fix

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

      export function loadIsopackage(packageName, isopacketName = "combined") {
        // Small but necessary hack: because archinfo.host() calls execFileSync,
        // it yields the first time we call it, which is a problem for the
        // fiberHelpers.noYieldsAllowed block below. Calling it here ensures the
        // result is cached, so no yielding occurs later.
      Severity: Minor
      Found in tools/tool-env/isopackets.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

      There are no issues that match your filters.

      Category
      Status