Plato on Github
Report Home
a.js
Maintainability
97.80
Lines of code
11
Difficulty
5.57
Estimated Errors
0.03
Function weight
By Complexity
By SLOC
var a = 1; function fnA(arg) { return arg; } function fnB(arg) { return arg; } var b = fnB(1) + fnA(2);