Code coverage report for number/MIN_INT.js

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

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