alekzonder/nprof

View on GitHub
express/register.js

Summary

Maintainability
B
6 hrs
Test Coverage

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

module.exports = function(logger, app, config) {

    var log = function (type, message) {
        if (logger && typeof logger[type] === 'function') {
            logger[type](message);
Severity: Major
Found in express/register.js - About 6 hrs to fix

    There are no issues that match your filters.

    Category
    Status