Code coverage report for number/MAX_INT.js

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

All files » number/ » MAX_INT.js
1 2 3 4 5 6 71     1 1    
/**
 * @constant Maximum 32-bit signed integer value. (2^31 - 1)
 */
define(function(){
    return 2147483647;
});