lib/application.js

Summary

Maintainability
A
0 mins
Test Coverage

Application has 36 functions (exceeds 20 allowed). Consider refactoring.
Wontfix

class Application extends Container {

    constructor(varal, req, res) {
        super();
        this.binds = Object.assign({}, varal.binds);
Severity: Minor
Found in lib/application.js - About 4 hrs to fix

    File application.js has 291 lines of code (exceeds 250 allowed). Consider refactoring.
    Wontfix

    const url = require('url');
    const art = require('art-template');
    const path = require('path');
    const cookie = require('cookie');
    const helper = require('./helper');
    Severity: Minor
    Found in lib/application.js - About 3 hrs to fix

      There are no issues that match your filters.

      Category
      Status