lawrencec/Unroll

View on GitHub
lib/unroll.js

Summary

Maintainability
A
1 hr
Test Coverage

Function unroll has 42 lines of code (exceeds 25 allowed). Consider refactoring.
Open

function unroll (title, testFunc, unrolledValues) {
  if (!grammar) {
    throw new Error('No grammar specified: Use unroll.use() to specify test function');
  }

Severity: Minor
Found in lib/unroll.js - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status