qlik-oss/sn-pivot-table

View on GitHub

Showing 3 of 17 total issues

Function useSorting has a Cognitive Complexity of 21 (exceeds 10 allowed). Consider refactoring.
Open

const useSorting: UseSorting = (model, qHyperCube) => {
  const api = useMemo(
    () => ({
      changeSortOrder: async (headerCell: HeaderCell, newSortDirection: SortDirection) => {
        if (!model) throw new Error("No Model provided!");
Severity: Minor
Found in src/pivot-table/hooks/use-sorting.ts - 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 useSelectionsModel has a Cognitive Complexity of 20 (exceeds 10 allowed). Consider refactoring.
Open

export default function useSelectionsModel(
  selections: ExtendedSelections,
  updatePageInfo: (args: Partial<PageInfo>) => void,
): SelectionModel {
  const isActive = selections.isActive();
Severity: Minor
Found in src/pivot-table/hooks/use-selections-model.ts - 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 useColumnWidthRight has a Cognitive Complexity of 13 (exceeds 10 allowed). Consider refactoring.
Open

export default function useColumnWidthRight({
  layoutService,
  tableWidth,
  visibleTopDimensionInfo,
  verticalScrollbarWidth,
Severity: Minor
Found in src/pivot-table/hooks/use-column-width/use-column-width-right.ts - 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