packages/miew/src/gfx/modes/groups/AtomsTextGroup.js

Summary

Maintainability
A
1 hr
Test Coverage

Function updateToFrame has a Cognitive Complexity of 9 (exceeds 5 allowed). Consider refactoring.
Open

  updateToFrame(frameData) {
    // This method looks like a copy paste. However, it
    // was decided to postpone animation refactoring until GFX is fixed.
    const opts = this._mode.getLabelOpts()
    const atomsIdc = this._selection.chunks
Severity: Minor
Found in packages/miew/src/gfx/modes/groups/AtomsTextGroup.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

Function _build has a Cognitive Complexity of 7 (exceeds 5 allowed). Consider refactoring.
Open

  _build() {
    const opts = this._mode.getLabelOpts()
    const atomsIdc = this._selection.chunks
    const { atoms, parent } = this._selection
    const colorer = this._colorer
Severity: Minor
Found in packages/miew/src/gfx/modes/groups/AtomsTextGroup.js - About 35 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 propagateColor has a Cognitive Complexity of 6 (exceeds 5 allowed). Consider refactoring.
Open

function propagateColor(color, rule) {
  let result
  if (Object.hasOwn(colorMappings, rule)) {
    result = utils.hexColor(colorMappings[rule](color))
  } else {
Severity: Minor
Found in packages/miew/src/gfx/modes/groups/AtomsTextGroup.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

There are no issues that match your filters.

Category
Status