Code coverage report for
./dependency.js
Statements:
100%
(3 / 3)
Branches:
100%
(0 / 0)
Functions:
100%
(2 / 2)
Lines:
100%
(3 / 3)
Ignored:
none
All files
»
./
» dependency.js
1 2 3 4 5 6
1
1
1
define(function() { return function (a, b) { return a + b; }; });