lawrencec/Unroll

View on GitHub

Showing 1 of 1 total issue

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
    Severity
    Category
    Status
    Source
    Language