hybridables/redolent

View on GitHub
test.js

Summary

Maintainability
B
5 hrs
Test Coverage

Function factory has 122 lines of code (exceeds 25 allowed). Consider refactoring.
Open

function factory (promisify) {
  test('should promisify a sync function', function () {
    var fn = promisify(function () {
      return 'foo bar baz'
    })
Severity: Major
Found in test.js - About 4 hrs to fix

Function func has 5 arguments (exceeds 4 allowed). Consider refactoring.
Open

    var func = promisify(function (a, b, c, d, e) {
Severity: Minor
Found in test.js - About 35 mins to fix

There are no issues that match your filters.

Category
Status