oceanprotocol/market

View on GitHub
src/components/Asset/AssetActions/ButtonBuy/index.tsx

Summary

Maintainability
B
4 hrs
Test Coverage
D
60%

Function ButtonBuy has a Cognitive Complexity of 29 (exceeds 10 allowed). Consider refactoring.
Wontfix

export default function ButtonBuy({
  action,
  disabled,
  hasPreviousOrder,
  hasDatatoken,
Severity: Minor
Found in src/components/Asset/AssetActions/ButtonBuy/index.tsx - About 3 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 getAlgoHelpText has a Cognitive Complexity of 24 (exceeds 10 allowed). Consider refactoring.
Open

function getAlgoHelpText(
  dtSymbolSelectedComputeAsset: string,
  dtBalanceSelectedComputeAsset: string,
  isConsumable: boolean,
  isAlgorithmConsumable: boolean,
Severity: Minor
Found in src/components/Asset/AssetActions/ButtonBuy/index.tsx - 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 getComputeAssetHelpText has 20 arguments (exceeds 6 allowed). Consider refactoring.
Wontfix

  hasPreviousOrder: boolean,
  hasDatatoken: boolean,
  btSymbol: string,
  dtSymbol: string,
  dtBalance: string,
Severity: Major
Found in src/components/Asset/AssetActions/ButtonBuy/index.tsx - About 2 hrs to fix

    Function getConsumeHelpText has 12 arguments (exceeds 6 allowed). Consider refactoring.
    Wontfix

      btSymbol: string,
      dtBalance: string,
      dtSymbol: string,
      hasDatatoken: boolean,
      hasPreviousOrder: boolean,
    Severity: Major
    Found in src/components/Asset/AssetActions/ButtonBuy/index.tsx - About 1 hr to fix

      Function getConsumeHelpText has a Cognitive Complexity of 16 (exceeds 10 allowed). Consider refactoring.
      Open

      function getConsumeHelpText(
        btSymbol: string,
        dtBalance: string,
        dtSymbol: string,
        hasDatatoken: boolean,
      Severity: Minor
      Found in src/components/Asset/AssetActions/ButtonBuy/index.tsx - 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 getAlgoHelpText has 11 arguments (exceeds 6 allowed). Consider refactoring.
      Open

        dtSymbolSelectedComputeAsset: string,
        dtBalanceSelectedComputeAsset: string,
        isConsumable: boolean,
        isAlgorithmConsumable: boolean,
        hasPreviousOrderSelectedComputeAsset: boolean,
      Severity: Major
      Found in src/components/Asset/AssetActions/ButtonBuy/index.tsx - About 1 hr to fix

        There are no issues that match your filters.

        Category
        Status