power-assert-js/empower

View on GitHub
lib/capturable.js

Summary

Maintainability
A
1 hr
Test Coverage

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

module.exports = function capturable () {
    var events = [];

    function _capt (value, espath) {
        events.push({value: value, espath: espath});
Severity: Minor
Found in lib/capturable.js - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status