ArnaudBuchholz/gpf-js

View on GitHub
src/stream/pipe.js

Summary

Maintainability
A
0 mins
Test Coverage

Function _gpfStreamPipeWeldCoupler has 31 lines of code (exceeds 25 allowed). Consider refactoring.
Wontfix

function _gpfStreamPipeWeldCoupler (intermediate, destination, index) {
    var coupler = _gpfStreamPipeAllocateCoupler(intermediate, destination),
        iFlushableIntermediate = coupler.iFlushableIntermediate,
        iFlushableDestination = coupler.iFlushableDestination,
        iWritableIntermediate = coupler.iWritableIntermediate;
Severity: Minor
Found in src/stream/pipe.js - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status