()
| 501 | afterEach(destroyGraphDiv); |
| 502 | |
| 503 | function countCarpets() { |
| 504 | return d3Select(gd).selectAll('.carpetlayer').selectAll('.trace').size(); |
| 505 | } |
| 506 | |
| 507 | function countContourTraces() { |
| 508 | return d3Select(gd).selectAll('.contour').size(); |
no outgoing calls
no test coverage detected
searching dependent graphs…