(k)
| 209 | } |
| 210 | |
| 211 | function extractPt(k) { |
| 212 | var out = gd.calcdata.map(function (cd) { |
| 213 | return cd[0].hierarchy.descendants().map(function (pt) { |
| 214 | return Lib.nestedProperty(pt, k).get(); |
| 215 | }); |
| 216 | }); |
| 217 | return out.length > 1 ? out : out[0]; |
| 218 | } |
| 219 | |
| 220 | it('should generate *id* when it can', function () { |
| 221 | _calc({ |
no outgoing calls
no test coverage detected
searching dependent graphs…