Code coverage report for number/MAX_UINT.js

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

All files » number/ » MAX_UINT.js
1 2 3 4 5 6 71     1 1    
/**
 * @constant Maximum 32-bit unsigned integet value (2^32 - 1)
 */
define(function(){
    return 4294967295;
});