Plato on Github
Report Home
dojo/testsDOH/html.js
Maintainability
83.74
Lines of code
5
Difficulty
3.33
Estimated Errors
0.03
Function weight
By Complexity
By SLOC
define(["doh/main", "require"], function(doh, require){ if(doh.isBrowser){ doh.register("testsDOH.html", require.toUrl("./html/test_set.html"), 30000); } });