qlik-oss/picasso.js

View on GitHub
packages/test-utils/mocks/element-mock.js

Summary

Maintainability
A
2 hrs
Test Coverage
A
94%

Showing 1 of 1 total issue

Function element has a Cognitive Complexity of 17 (exceeds 5 allowed). Consider refactoring.
Open

function element(name, rect = { x: 0, y: 0, width: 100, height: 100 }) {
const e = {
name,
attributes: {},
style: {},
Severity: Minor
Found in packages/test-utils/mocks/element-mock.js - About 2 hrs to fix

There are no issues that match your filters.

Category
Status