Plato on Github
Report Home
dojo/testsDOH/resources/AMDWidget2.js
Maintainability
84.62
Lines of code
14
Difficulty
7.50
Estimated Errors
0.05
Function weight
By Complexity
By SLOC
define(["dojo/_base/declare"], function(declare){ return declare(null, { constructor: function(args, node){ this.params = args; }, method1: function(value){ value++; return value; } }); });