quorrajs/NodeSession

View on GitHub
lib/SessionManager.js

Summary

Maintainability
A
1 hr
Test Coverage

Function __createSessionModel has 33 lines of code (exceeds 25 allowed). Consider refactoring.
Open

SessionManager.prototype.__createSessionModel = function (callback) {
    var self = this;
    var adapters = {};
    var orm = new Waterline();
    var SessionModel = Waterline.Collection.extend({
Severity: Minor
Found in lib/SessionManager.js - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status