microsoft / vscode-node-sqlite3
File Size

The distribution of size of files (measured in lines of code).

Intro
  • File size measurements show the distribution of size of files.
  • Files are classified in four categories based on their size (lines of code): 1-100 (very small files), 101-200 (small files), 201-500 (medium size files), 501-1000 (long files), 1001+(very long files).
  • It is a good practice to keep files small. Long files may become "bloaters", code that have increased to such gargantuan proportions that they are hard to work with.
Learn more...
File Size Overall
  • There are 21 files with 3,086 lines of code.
    • 0 very long files (0 lines of code)
    • 2 long files (1,336 lines of code)
    • 1 medium size files (336 lines of codeclsfd_ftr_w_mp_ins)
    • 7 small files (1,092 lines of code)
    • 11 very small files (322 lines of code)
0% | 43% | 10% | 35% | 10%
Legend:
1001+
501-1000
201-500
101-200
1-100


explore: zoomable circles | sunburst | 3D view
File Size per Extension
1001+
501-1000
201-500
101-200
1-100
cc0% | 72% | 18% | 9% | 0%
h0% | 0% | 0% | 87% | 12%
js0% | 0% | 0% | 52% | 47%
yml0% | 0% | 0% | 100% | 0%
gyp0% | 0% | 0% | 0% | 100%
cmd0% | 0% | 0% | 0% | 100%
File Size per Logical Decomposition
primary
1001+
501-1000
201-500
101-200
1-100
src0% | 51% | 13% | 31% | 3%
lib0% | 0% | 0% | 82% | 17%
ROOT0% | 0% | 0% | 62% | 37%
cloudformation0% | 0% | 0% | 0% | 100%
benchmark0% | 0% | 0% | 0% | 100%
scripts0% | 0% | 0% | 0% | 100%
Longest Files (Top 21)
File# lines# units
statement.cc
in src
754 41
database.cc
in src
582 36
backup.cc
in src
336 26
statement.h
in src
199 11
macros.h
in src
177 2
node_sqlite3.cc
in src
168 1
sqlite3.js
in lib
165 10
database.h
in src
158 5
backup.h
in src
117 3
appveyor.yml
in root
108 -
gyp
binding.gyp
in root
65 -
async.h
in src
63 6
ci.template.js
in cloudformation
58 -
insert.js
in benchmark
57 4
trace.js
in lib
33 3
threading.h
in src
24 -
cmd
build_for_node_webkit.cmd
in scripts
15 -
gcc-preinclude.h
in src
3 -
sqlite3-binding.js
in lib
2 -
index.js
in lib
1 -
sqlite3.js
in root
1 -
Files With Most Units (Top 12)
File# lines# units
statement.cc
in src
754 41
database.cc
in src
582 36
backup.cc
in src
336 26
statement.h
in src
199 11
sqlite3.js
in lib
165 10
async.h
in src
63 6
database.h
in src
158 5
insert.js
in benchmark
57 4
trace.js
in lib
33 3
backup.h
in src
117 3
macros.h
in src
177 2
node_sqlite3.cc
in src
168 1
Files With Long Lines (Top 4)

There are 4 files with lines longer than 120 characters. In total, there are 6 long lines.

File# lines# units# long lines
database.cc
in src
582 36 2
statement.cc
in src
754 41 2
ci.template.js
in cloudformation
58 - 1
cmd
build_for_node_webkit.cmd
in scripts
15 - 1