sebastian-software/core

View on GitHub
source/class/core/bom/Style.js

Summary

Maintainability
A
1 hr
Test Coverage

Consider simplifying this complex logical expression.
Open

            if (typeof name === 'string')
            {
                // Find real name, apply if supported
                supported = name in helperStyle && name || nameCache[name] || getProperty(name);
                if (supported) {
Severity: Major
Found in source/class/core/bom/Style.js - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status