exports.add = function()
in
calculator.js [1:3]
3
lines of code
1
McCabe index (conditional complexity)
exports.add = function(a, b) { return a + b; };