jay-depot/turnpike

View on GitHub
lib/server/drive.js

Summary

Maintainability
A
1 hr
Test Coverage

Function drive has 37 lines of code (exceeds 25 allowed). Consider refactoring.
Open

function drive() {
  require(process.cwd() + '/application/init.js');

  if (cluster.isMaster && !config.testing) {
    driver.fork(function(err, workers) {
Severity: Minor
Found in lib/server/drive.js - About 1 hr to fix

There are no issues that match your filters.

Category
Status