dotledger/dotledger

View on GitHub
app/assets/javascripts/dot_ledger/views/transactions/table_row.js

Summary

Maintainability
A
1 hr
Test Coverage

Function templateHelpers has 45 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    templateHelpers: function () {
      return {
        showAccountName: _.bind(function () {
          return !!this.options.showAccountName;
        }, this),
Severity: Minor
Found in app/assets/javascripts/dot_ledger/views/transactions/table_row.js - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status