prebid/Prebid.js

View on GitHub
integrationExamples/noadserver/native_renderer/renderer.js

Summary

Maintainability
A
2 hrs
Test Coverage

Function renderAd has 60 lines of code (exceeds 25 allowed). Consider refactoring.
Open

window.renderAd = function (data) {
  data = Object.fromEntries(data.map(({key, value}) => [key, value]));
  return `
    <style>
        body {
Severity: Major
Found in integrationExamples/noadserver/native_renderer/renderer.js - About 2 hrs to fix

    There are no issues that match your filters.

    Category
    Status