@@ -23,9 +23,9 @@ <h1><a href="../../../../index.html">All files</a> / <a href="index.html">ndarra
2323 < div class ='clearfix '>
2424
2525 < div class ='fl pad1y space-right2 '>
26- < span class ="strong "> 92.59 % </ span >
26+ < span class ="strong "> 92.4 % </ span >
2727 < span class ="quiet "> Statements</ span >
28- < span class ='fraction '> 75/81 </ span >
28+ < span class ='fraction '> 73/79 </ span >
2929 </ div >
3030
3131
@@ -44,9 +44,9 @@ <h1><a href="../../../../index.html">All files</a> / <a href="index.html">ndarra
4444
4545
4646 < div class ='fl pad1y space-right2 '>
47- < span class ="strong "> 92.59 % </ span >
47+ < span class ="strong "> 92.4 % </ span >
4848 < span class ="quiet "> Lines</ span >
49- < span class ='fraction '> 75/81 </ span >
49+ < span class ='fraction '> 73/79 </ span >
5050 </ div >
5151
5252
@@ -142,11 +142,7 @@ <h1><a href="../../../../index.html">All files</a> / <a href="index.html">ndarra
142142< a name ='L77 '> </ a > < a href ='#L77 '> 77</ a >
143143< a name ='L78 '> </ a > < a href ='#L78 '> 78</ a >
144144< a name ='L79 '> </ a > < a href ='#L79 '> 79</ a >
145- < a name ='L80 '> </ a > < a href ='#L80 '> 80</ a >
146- < a name ='L81 '> </ a > < a href ='#L81 '> 81</ a >
147- < a name ='L82 '> </ a > < a href ='#L82 '> 82</ a > </ td > < td class ="line-coverage quiet "> < span class ="cline-any cline-yes "> 13x</ span >
148- < span class ="cline-any cline-yes "> 13x</ span >
149- < span class ="cline-any cline-yes "> 13x</ span >
145+ < a name ='L80 '> </ a > < a href ='#L80 '> 80</ a > </ td > < td class ="line-coverage quiet "> < span class ="cline-any cline-yes "> 13x</ span >
150146< span class ="cline-any cline-yes "> 13x</ span >
151147< span class ="cline-any cline-yes "> 13x</ span >
152148< span class ="cline-any cline-yes "> 13x</ span >
@@ -252,7 +248,6 @@ <h1><a href="../../../../index.html">All files</a> / <a href="index.html">ndarra
252248*
253249* @private
254250* @param {Object} x - object containing ndarray meta data
255- * @param {ndarrayLike} x.ref - reference to the original ndarray-like object
256251* @param {string} x.dtype - data type
257252* @param {Collection} x.data - data buffer
258253* @param {NonNegativeIntegerArray} x.shape - dimensions
@@ -281,7 +276,6 @@ <h1><a href="../../../../index.html">All files</a> / <a href="index.html">ndarra
281276*
282277* // Create an input ndarray-like object:
283278* var x = {
284- * 'ref': null,
285279* 'dtype': 'generic',
286280* 'data': xbuf,
287281* 'shape': shape,
@@ -296,7 +290,7 @@ <h1><a href="../../../../index.html">All files</a> / <a href="index.html">ndarra
296290* // returns true
297291*/
298292< span class ="cstat-no " title ="statement not covered " > < span class ="fstat-no " title ="function not covered " > function some0d( x, n ) {</ span > </ span >
299- < span class ="cstat-no " title ="statement not covered " > if ( n == = 1 && x.accessors[ 0 ]( x.data, x.offset ) ) {</ span >
293+ < span class ="cstat-no " title ="statement not covered " > if ( n < = 1 && x.accessors[ 0 ]( x.data, x.offset ) ) {</ span >
300294< span class ="cstat-no " title ="statement not covered " > return true;</ span >
301295< span class ="cstat-no " title ="statement not covered " > }</ span >
302296< span class ="cstat-no " title ="statement not covered " > return false;</ span >
@@ -313,7 +307,7 @@ <h1><a href="../../../../index.html">All files</a> / <a href="index.html">ndarra
313307 < div class ='footer quiet pad2 space-top1 center small '>
314308 Code coverage generated by
315309 < a href ="https://istanbul.js.org/ " target ="_blank " rel ="noopener noreferrer "> istanbul</ a >
316- at 2025-09-17T23:51:57.310Z
310+ at 2025-09-18T00:28:10.059Z
317311 </ div >
318312 < script src ="../../../../prettify.js "> </ script >
319313 < script >
0 commit comments