DaMouse404/eveclient

View on GitHub

Showing 1 of 1 total issue

Function parse has 74 lines of code (exceeds 25 allowed). Consider refactoring.
Open

module.exports.parse = function (xml, cb) {
  var parser = new expat.Parser('UTF-8'),
      result = {},
      current = result,
      parents = [],
Severity: Major
Found in lib/parser.js - About 2 hrs to fix
    Severity
    Category
    Status
    Source
    Language