functional-data-structure/finger-tree

View on GitHub
src/3-tree/implementations/2-Deep.js

Summary

Maintainability
A
1 hr
Test Coverage

Function splitTree has 29 lines of code (exceeds 25 allowed). Consider refactoring.
Open

Deep.prototype.splitTree = function (p, i) {
    assert(p(this.M.plus(i, this.measure())));

    const {left, middle, right, M} = this;

Severity: Minor
Found in src/3-tree/implementations/2-Deep.js - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status