Code coverage report for collection/some.js

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

All files » collection/ » some.js
1 2 3 4 5 6 7 81       1      
define(['./make_', '../array/some', '../object/some'], function (make, arrSome, objSome) {
 
    /**
     */
    return make(arrSome, objSome);
 
});