gmmorris/birdwatcherjs

View on GitHub
src/createErrorClosure.js

Summary

Maintainability
A
2 hrs
Test Coverage

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

export default function(birdwatcheredObj, name, methodName, method, configuration, birdwatcherObject) {
  return function() {
    try {
      return method.apply(this, arguments);
    } catch (o_O) {
Severity: Minor
Found in src/createErrorClosure.js - About 1 hr to fix

    Function default has 6 arguments (exceeds 4 allowed). Consider refactoring.
    Open

    export default function(birdwatcheredObj, name, methodName, method, configuration, birdwatcherObject) {
    Severity: Minor
    Found in src/createErrorClosure.js - About 45 mins to fix

      There are no issues that match your filters.

      Category
      Status