frisb/fdboost

View on GitHub
lib/enhance/database/index.js

Summary

Maintainability
A
2 hrs
Test Coverage

Function exports has 55 lines of code (exceeds 25 allowed). Consider refactoring.
Open

  module.exports = function(fdb, debug) {
    var enhanceDatabase, enhanceTransaction, enhancements, open;
    enhancements = {
      getLastKey: require('./getlastkey')(fdb, debug),
      countKeys: require('./countkeys')(fdb, debug)
Severity: Major
Found in lib/enhance/database/index.js - About 2 hrs to fix

    There are no issues that match your filters.

    Category
    Status