aws / amazon-eks-pod-identity-webhook
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 18 files with 1,138 lines of code.
    • 0 very long files (0 lines of code)
    • 0 long files (0 lines of code)
    • 1 medium size files (366 lines of codeclsfd_ftr_w_mp_ins)
    • 2 small files (272 lines of code)
    • 15 very small files (500 lines of code)
0% | 0% | 32% | 23% | 43%
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% | 40% | 30% | 29%
yaml0% | 0% | 0% | 0% | 100%
yml0% | 0% | 0% | 0% | 100%
File Size per Logical Decomposition
primary
1001+
501-1000
201-500
101-200
1-100
pkg/handler0% | 0% | 74% | 21% | 4%
ROOT0% | 0% | 0% | 100% | 0%
deploy0% | 0% | 0% | 0% | 100%
pkg/cert0% | 0% | 0% | 0% | 100%
hack/self-hosted0% | 0% | 0% | 0% | 100%
hack0% | 0% | 0% | 0% | 100%
configuration/sam0% | 0% | 0% | 0% | 100%
pkg0% | 0% | 0% | 0% | 100%
Longest Files (Top 18)
File# lines# units
handler.go
in pkg/handler
366 12
main.go
in root
169 1
middleware.go
in pkg/handler
103 8
store.go
in pkg/cert
98 4
main.go
in hack/self-hosted
79 3
auth.yaml
in deploy
78 -
deployment-base.yaml
in deploy
63 -
request.go
in pkg/cert
44 1
example-app.yaml
in hack
34 -
template.yml
in configuration/sam
25 -
mutatingwebhook.yaml
in deploy
22 -
shutdown.go
in pkg/handler
20 1
service.yaml
in deploy
15 -
annotations.go
in pkg
8 -
validation.go
in pkg
7 1
constants.go
in pkg
5 -
doc.go
in pkg/handler
1 -
doc.go
in pkg/cert
1 -
Files With Most Units (Top 8)
File# lines# units
handler.go
in pkg/handler
366 12
middleware.go
in pkg/handler
103 8
store.go
in pkg/cert
98 4
main.go
in hack/self-hosted
79 3
shutdown.go
in pkg/handler
20 1
request.go
in pkg/cert
44 1
validation.go
in pkg
7 1
main.go
in root
169 1
Files With Long Lines (Top 4)

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

File# lines# units# long lines
main.go
in root
169 1 9
handler.go
in pkg/handler
366 12 3
request.go
in pkg/cert
44 1 2
template.yml
in configuration/sam
25 - 1