rochdev/tinto

View on GitHub
lib/utils/assert.js

Summary

Maintainability
A
1 hr
Test Coverage

Function assert has 33 lines of code (exceeds 25 allowed). Consider refactoring.
Open

function assert(name, callback, message) {
  return function(values) {
    var assertion = this;
    var context = flag(this, 'object');
    var delegate = !!flag(this, 'delegate');
Severity: Minor
Found in lib/utils/assert.js - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status