addon/components/e3-collection.js

Summary

Maintainability
A
1 hr
Test Coverage

Function processIterableComponent has 30 lines of code (exceeds 25 allowed). Consider refactoring.
Open

  processIterableComponent(componentItem, iterableGuids, iterableMap) {
    let {component, children, dataState} = componentItem;
    let {enter, exit, active} = calculateChanges(dataState, iterableGuids);
    let type = this.getType();
    componentItem.dataState = active;
Severity: Minor
Found in addon/components/e3-collection.js - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status