app/core/Db.js

Summary

Maintainability
A
0 mins
Test Coverage

Function Db has 29 lines of code (exceeds 25 allowed). Consider refactoring.
Invalid

function Db (path, cb) {
  // If Db already exists at the path, it opens the Db
  // If no Db exists at the path, it creates a new Db

  // Set db path
Severity: Minor
Found in app/core/Db.js - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status