AlexAegis/loreplotter

View on GitHub
src/app/operator/tween-map.operator.ts

Summary

Maintainability
A
1 hr
Test Coverage

Function tweenOperation has 27 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    return function tweenOperation(source: Observable<Tweenable<T>>): Observable<T> {
        const innerSubject = new BehaviorSubject<T>(undefined);
        let lastTween: Tween;
        if (pingpongAfterFinish) {
            pingpongInterrupt = true;
Severity: Minor
Found in src/app/operator/tween-map.operator.ts - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status