Code coverage report for Users/ananthk/code/ytestrunner/examples/yuitest-sample/lib/foo.js

Statements: 100% (2 / 2)      Branches: 100% (0 / 0)      Functions: 100% (1 / 1)      Lines: 100% (2 / 2)     

All files » Users/ananthk/code/ytestrunner/examples/yuitest-sample/lib/ » foo.js
1 2 3 4 51 1      
module.exports = {
    getFoo: function () { return 'foo'; }
};