Plato on Github
Report Home
node_modules/htmlparser2/test/01-events.js
Maintainability
90.90
Lines of code
9
Difficulty
3.57
Estimated Errors
0.05
Function weight
By Complexity
By SLOC
var helper = require("./test-helper.js"); helper.mochaTest("Events", __dirname, function(test, cb){ helper.writeToParser( helper.getEventCollector(cb), test.options.parser, test.html ); });