diff options
Diffstat (limited to 'node_modules/istanbul-lib-coverage/lib')
-rw-r--r-- | node_modules/istanbul-lib-coverage/lib/file.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/node_modules/istanbul-lib-coverage/lib/file.js b/node_modules/istanbul-lib-coverage/lib/file.js index 5de8599fb..7477b91fe 100644 --- a/node_modules/istanbul-lib-coverage/lib/file.js +++ b/node_modules/istanbul-lib-coverage/lib/file.js @@ -130,7 +130,7 @@ function assertValidObject(obj) { * * * `path` - the file path for which coverage is being tracked * * `statementMap` - map of statement locations keyed by statement index - * * `functionMap` - map of function metadata keyed by function index + * * `fnMap` - map of function metadata keyed by function index * * `branchMap` - map of branch metadata keyed by branch index * * `s` - hit counts for statements * * `f` - hit count for functions |