microsoft / Quantum
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 12 files with 837 lines of code.
    • 0 very long files (0 lines of code)
    • 0 long files (0 lines of code)
    • 1 medium size files (336 lines of codeclsfd_ftr_w_mp_ins)
    • 1 small files (166 lines of code)
    • 10 very small files (335 lines of code)
0% | 0% | 40% | 19% | 40%
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
psm10% | 0% | 79% | 0% | 20%
ps10% | 0% | 0% | 67% | 32%
py0% | 0% | 0% | 0% | 100%
yml0% | 0% | 0% | 0% | 100%
cmd0% | 0% | 0% | 0% | 100%
File Size per Logical Decomposition
primary
1001+
501-1000
201-500
101-200
1-100
utilities0% | 0% | 95% | 0% | 4%
Build0% | 0% | 0% | 41% | 58%
Chemistry/Schema0% | 0% | 0% | 0% | 100%
ROOT0% | 0% | 0% | 0% | 100%
Longest Files (Top 12)
File# lines# units
InvokeNWChem.psm1
in utilities
336 -
test.ps1
in Build
166 -
qdk-tools.psm1
in Build
86 -
validator.py
in Chemistry/Schema
49 1
build.yml
in root
40 -
steps.yml
in Build
34 -
check_indents.py
in Build
32 2
build.ps1
in Build
30 -
pack.ps1
in Build
22 -
cmd
sync.cmd
in utilities
15 -
clean.ps1
in Build
14 -
set-env.ps1
in Build
13 -
Files With Most Units (Top 2)
File# lines# units
check_indents.py
in Build
32 2
validator.py
in Chemistry/Schema
49 1
Files With Long Lines (Top 2)

There are 2 files with lines longer than 120 characters. In total, there are 5 long lines.

File# lines# units# long lines
test.ps1
in Build
166 - 4
build.ps1
in Build
30 - 1