oglimmer/citybuilder

View on GitHub
server/io.js

Summary

Maintainability
A
1 hr
Test Coverage

Function baseHtmlHandler has 44 lines of code (exceeds 25 allowed). Consider refactoring.
Open

function baseHtmlHandler (req, res) {
    var lang = req.headers["accept-language"];
    logger.debug("Lang:"+lang);
    if((/^de/).test(lang)) {
        lang = "de";
Severity: Minor
Found in server/io.js - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status