()
| 39 | }); |
| 40 | |
| 41 | function makeDatasetSourceDetection() { |
| 42 | return [ |
| 43 | ['product', '2012', '2013', '2014', '2015'], |
| 44 | ['AAA', 41.1, 30.4, 65.1, 53.3], |
| 45 | ['BBB', 86.5, 92.1, 85.7, 83.1], |
| 46 | ['CCC', 24.1, 67.2, 79.5, 86.4] |
| 47 | ]; |
| 48 | } |
| 49 | |
| 50 | function makeDatasetSourceNonDetectionByRow() { |
| 51 | return { |
no outgoing calls
no test coverage detected
searching dependent graphs…