MCPcopy Index your code
hub / github.com/nodejs/node / coverage

Method coverage

lib/internal/test_runner/tests_stream.js:152–159  ·  view source on GitHub ↗
(nesting, loc, summary)

Source from the content-addressed store, hash-verified

150 }
151
152 coverage(nesting, loc, summary) {
153 this[kEmitMessage]('test:coverage', {
154 __proto__: null,
155 nesting,
156 summary,
157 ...loc,
158 });
159 }
160
161 summary(nesting, file, success, counts, duration_ms) {
162 this[kEmitMessage]('test:summary', {

Callers 4

postRunMethod · 0.80
MainFunction · 0.80
setUpClassMethod · 0.80
setUpClassMethod · 0.80

Calls

no outgoing calls

Tested by 3

MainFunction · 0.64
setUpClassMethod · 0.64
setUpClassMethod · 0.64