()
| 634 | |
| 635 | describe('._instrumenationTreeFor', function () { |
| 636 | function StatsSchema() { |
| 637 | this.x = 0; |
| 638 | this.y = 0; |
| 639 | } |
| 640 | |
| 641 | function makeTree(name) { |
| 642 | instrumentation = new Instrumentation({ |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…