ngryman/ribs

View on GitHub
lib/operations/from.js

Summary

Maintainability
A
1 hr
Test Coverage

Function from has 31 lines of code (exceeds 25 allowed). Consider refactoring.
Open

function from(src, next) {
    check('next', next, false, 'function');

    try {
        check('params', src, false, 'string', 'object', 'array');
Severity: Minor
Found in lib/operations/from.js - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status