microsoft / vsixbootstrapper
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 922 lines of code.
    • 0 very long files (0 lines of code)
    • 0 long files (0 lines of code)
    • 0 medium size files (0 lines of codeclsfd_ftr_w_mp_ins)
    • 2 small files (291 lines of code)
    • 19 very small files (631 lines of code)
0% | 0% | 0% | 31% | 68%
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
h0% | 0% | 0% | 27% | 72%
vcxproj0% | 0% | 0% | 100% | 0%
filters0% | 0% | 0% | 0% | 100%
yml0% | 0% | 0% | 0% | 100%
targets0% | 0% | 0% | 0% | 100%
props0% | 0% | 0% | 0% | 100%
cpp0% | 0% | 0% | 0% | 100%
File Size per Logical Decomposition
primary
1001+
501-1000
201-500
101-200
1-100
src/VSIXBootstrapper.Shared0% | 0% | 0% | 28% | 71%
src/VSIXBootstrapper0% | 0% | 0% | 55% | 44%
inc0% | 0% | 0% | 0% | 100%
ROOT0% | 0% | 0% | 0% | 100%
pkg/VSIXBootstrapper/build0% | 0% | 0% | 0% | 100%
Longest Files (Top 21)
File# lines# units
VSIXBootstrapper.h
in src/VSIXBootstrapper.Shared
155 6
vcxproj
VSIXBootstrapper.vcxproj
in src/VSIXBootstrapper
136 -
Process.h
in src/VSIXBootstrapper.Shared
98 7
RegistryKey.h
in src/VSIXBootstrapper.Shared
76 4
Resources.h
in src/VSIXBootstrapper.Shared
68 5
CommandLine.h
in src/VSIXBootstrapper.Shared
64 2
targets
Common.Cpp.targets
in inc
49 -
filters
VSIXBootstrapper.vcxproj.filters
in src/VSIXBootstrapper
44 -
build.yml
in inc
35 -
filters
VSIXBootstrapper.Shared.vcxitems.filters
in src/VSIXBootstrapper.Shared
35 -
CoInitializer.h
in src/VSIXBootstrapper.Shared
33 2
stdafx.h
in src/VSIXBootstrapper
27 -
azure-pipelines.yml
in root
20 -
Resource.h
in src/VSIXBootstrapper
19 -
Exceptions.h
in src/VSIXBootstrapper.Shared
14 -
props
VSIXBootstrapper.props
in pkg/VSIXBootstrapper/build
12 -
props
Common.Cpp.props
in inc
11 -
props
Common.props
in inc
9 -
Program.cpp
in src/VSIXBootstrapper
9 1
targetver.h
in src/VSIXBootstrapper
7 -
stdafx.cpp
in src/VSIXBootstrapper
1 -
Files With Most Units (Top 7)
File# lines# units
Process.h
in src/VSIXBootstrapper.Shared
98 7
VSIXBootstrapper.h
in src/VSIXBootstrapper.Shared
155 6
Resources.h
in src/VSIXBootstrapper.Shared
68 5
RegistryKey.h
in src/VSIXBootstrapper.Shared
76 4
CoInitializer.h
in src/VSIXBootstrapper.Shared
33 2
CommandLine.h
in src/VSIXBootstrapper.Shared
64 2
Program.cpp
in src/VSIXBootstrapper
9 1
Files With Long Lines (Top 5)

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

File# lines# units# long lines
vcxproj
VSIXBootstrapper.vcxproj
in src/VSIXBootstrapper
136 - 13
targets
Common.Cpp.targets
in inc
49 - 3
props
Common.props
in inc
9 - 1
Resources.h
in src/VSIXBootstrapper.Shared
68 5 1
VSIXBootstrapper.h
in src/VSIXBootstrapper.Shared
155 6 1