Skip to content

Instantly share code, notes, and snippets.

@demurgos
Created September 20, 2018 13:26
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save demurgos/dc0ea1c6d8d0aa391f5599f63c3b59db to your computer and use it in GitHub Desktop.
Save demurgos/dc0ea1c6d8d0aa391f5599f63c3b59db to your computer and use it in GitHub Desktop.
{
"scriptId": "1",
"url": "/test/fixtures/hello-world/lib.js",
"functions": [
{
"functionName": "",
"ranges": [
{
"startOffset": 0,
"endOffset": 130,
"count": 1
}
],
"isBlockCoverage": true
},
{
"functionName": "",
"ranges": [
{
"startOffset": 1,
"endOffset": 128,
"count": 1
}
],
"isBlockCoverage": true
},
{
"functionName": "module.exports",
"ranges": [
{
"startOffset": 79,
"endOffset": 125,
"count": 1
}
],
"isBlockCoverage": true
}
]
}
{
"url": "/test/fixtures/hello-world/lib.js",
"scriptId": "1",
"functions": [
{
"functionName": "",
"isBlockCoverage": true,
"ranges": [
{
"startOffset": 0,
"endOffset": 130,
"count": 1
}
]
},
{
"functionName": "",
"isBlockCoverage": true,
"ranges": [
{
"startOffset": 0,
"endOffset": 1,
"count": 1
},
{
"startOffset": 1,
"endOffset": 128,
"count": 2
},
{
"startOffset": 1,
"endOffset": 128,
"count": 1
},
{
"startOffset": 128,
"endOffset": 128,
"count": 2
},
{
"startOffset": 128,
"endOffset": 130,
"count": 1
}
]
},
{
"functionName": "module.exports",
"isBlockCoverage": true,
"ranges": [
{
"startOffset": 79,
"endOffset": 125,
"count": 2
}
]
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment