microsoft / windows-container-networking
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 17 files with 1,686 lines of code.
    • 0 very long files (0 lines of code)
    • 0 long files (0 lines of code)
    • 2 medium size files (725 lines of codeclsfd_ftr_w_mp_ins)
    • 4 small files (618 lines of code)
    • 11 very small files (343 lines of code)
0% | 0% | 43% | 36% | 20%
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
go0% | 0% | 45% | 38% | 16%
toml0% | 0% | 0% | 0% | 100%
yml0% | 0% | 0% | 0% | 100%
File Size per Logical Decomposition
primary
1001+
501-1000
201-500
101-200
1-100
cni0% | 0% | 91% | 0% | 8%
common/core0% | 0% | 89% | 0% | 10%
network0% | 0% | 0% | 85% | 14%
common0% | 0% | 0% | 54% | 45%
ROOT0% | 0% | 0% | 0% | 100%
plugins/nat0% | 0% | 0% | 0% | 100%
plugins/sdnbridge0% | 0% | 0% | 0% | 100%
plugins/sdnoverlay0% | 0% | 0% | 0% | 100%
Longest Files (Top 17)
File# lines# units
cni.go
in cni
377 13
network.go
in common/core
348 9
network.go
in network
190 10
endpoint.go
in network
182 4
manager.go
in network
144 11
args.go
in common
102 5
policy.go
in network
85 3
Gopkg.toml
in root
47 -
core.go
in common/core
42 1
plugin.go
in common
40 5
plugin.go
in cni
34 4
azure-pipelines.yml
in root
30 -
config.go
in common
24 -
utils.go
in common
20 2
nat_windows.go
in plugins/nat
7 1
sdnbridge_windows.go
in plugins/sdnbridge
7 1
sdnoverlay_windows.go
in plugins/sdnoverlay
7 1
Files With Most Units (Top 14)
File# lines# units
cni.go
in cni
377 13
manager.go
in network
144 11
network.go
in network
190 10
network.go
in common/core
348 9
args.go
in common
102 5
plugin.go
in common
40 5
plugin.go
in cni
34 4
endpoint.go
in network
182 4
policy.go
in network
85 3
utils.go
in common
20 2
core.go
in common/core
42 1
nat_windows.go
in plugins/nat
7 1
sdnbridge_windows.go
in plugins/sdnbridge
7 1
sdnoverlay_windows.go
in plugins/sdnoverlay
7 1
Files With Long Lines (Top 5)

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

File# lines# units# long lines
network.go
in common/core
348 9 3
cni.go
in cni
377 13 2
manager.go
in network
144 11 2
azure-pipelines.yml
in root
30 - 1
policy.go
in network
85 3 1