File tree Expand file tree Collapse file tree
lib/node_modules/@stdlib/_tools/js/program-summary Expand file tree Collapse file tree Original file line number Diff line number Diff 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 ,
You can’t perform that action at this time.
0 commit comments