prebid/Prebid.js

View on GitHub
modules/fabrickIdSystem.js

Summary

Maintainability
C
1 day
Test Coverage

Function getId has a Cognitive Complexity of 36 (exceeds 5 allowed). Consider refactoring.
Open

  getId(config, consentData, cacheIdObj) {
    try {
      const configParams = (config && config.params) || {};
      if (window.fabrickMod1) {
        window.fabrickMod1(configParams, consentData, cacheIdObj);
Severity: Minor
Found in modules/fabrickIdSystem.js - About 5 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 getId has 73 lines of code (exceeds 25 allowed). Consider refactoring.
Open

  getId(config, consentData, cacheIdObj) {
    try {
      const configParams = (config && config.params) || {};
      if (window.fabrickMod1) {
        window.fabrickMod1(configParams, consentData, cacheIdObj);
Severity: Major
Found in modules/fabrickIdSystem.js - About 2 hrs to fix

    Function appendUrl has a Cognitive Complexity of 16 (exceeds 5 allowed). Consider refactoring.
    Open

    export function appendUrl(url, paramName, s, configParams) {
      const maxUrlLen = (configParams && configParams.maxUrlLen) || 2000;
      const maxRefLen = (configParams && configParams.maxRefLen) || 1000;
      const maxSpaceAvailable = (configParams && configParams.maxSpaceAvailable) || 50;
      //                     make sure we have enough space left to make it worthwhile
    Severity: Minor
    Found in modules/fabrickIdSystem.js - 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 _setReferrer has a Cognitive Complexity of 7 (exceeds 5 allowed). Consider refactoring.
    Open

    function _setReferrer(refs, s) {
      if (s) {
        // store the longest one for the same URI
        const url = s.split('?')[0];
        // OR store the longest one for the same domain
    Severity: Minor
    Found in modules/fabrickIdSystem.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

    There are no issues that match your filters.

    Category
    Status