jsperf/jsperf.com

View on GitHub
server/lib/db/index.js

Summary

Maintainability
A
2 hrs
Test Coverage

Function register has 56 lines of code (exceeds 25 allowed). Consider refactoring.
Open

exports.register = function (server, options, next) {
  const connectionOptions = {
    host: options.host,
    port: options.port,
    user: options.user,
Severity: Major
Found in server/lib/db/index.js - About 2 hrs to fix

    There are no issues that match your filters.

    Category
    Status