()
| 13 | const nStatements = 4; // If we improved our statement detection, this might go up |
| 14 | it("should count statements and track vars", function() { |
| 15 | const thisValue = {say() {}}; |
| 16 | const options = { |
| 17 | includeFlow: true, |
| 18 | includeMetrics: true |
nothing calls this directly
no outgoing calls
no test coverage detected