Skip to content

Commit 86c4a89

Browse files
committed
Update example output
1 parent fa633ca commit 86c4a89

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

  • lib/node_modules/@stdlib/_tools/js/program-summary

lib/node_modules/@stdlib/_tools/js/program-summary/README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ var summary = analyze( 'var beep = "boop";' );
3333
"empty": 0, // number of empty lines
3434
"sloc": 1, // source lines of code (SLOC)
3535
"lloc": 1, // logical lines of code (LLOC)
36+
"scope": 0, // function scope level
3637
"comments": { // comment summary
3738
"count": 0, // total number of comments
3839
"length": 0, // total combined comment length
@@ -369,6 +370,7 @@ var summary = analyze( 'var beep = "boop";' );
369370
"empty": 0,
370371
"sloc": 6,
371372
"lloc": 6,
373+
"scope": 0,
372374
"comments": {...},
373375
"statements": 6,
374376
"branches": 0,
@@ -402,6 +404,7 @@ var summary = analyze( 'var beep = "boop";' );
402404
"empty": 0,
403405
"sloc": 1,
404406
"lloc": 1,
407+
"scope": 0,
405408
"comments": {...},
406409
"statements": 1,
407410
"branches": 0,

0 commit comments

Comments
 (0)