multiplex/multiplex.js

View on GitHub
src/lib/linq/default-if-empty.js

Summary

Maintainability
A
1 hr
Test Coverage

Function defaultIfEmptyIterator has 26 lines of code (exceeds 25 allowed). Consider refactoring.
Open

export default function defaultIfEmptyIterator(source, defaultValue) {
    assertNotNull(source);

    return new Iterable(function () {
        var it = $iterator(source),
Severity: Minor
Found in src/lib/linq/default-if-empty.js - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status