aws-quickstart / quickstart-amazon-eks-cluster-resource-provider
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 15 files with 1,754 lines of code.
    • 0 very long files (0 lines of code)
    • 0 long files (0 lines of code)
    • 3 medium size files (836 lines of codeclsfd_ftr_w_mp_ins)
    • 3 small files (416 lines of code)
    • 9 very small files (502 lines of code)
0% | 0% | 47% | 23% | 28%
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% | 58% | 19% | 22%
yaml0% | 0% | 0% | 43% | 56%
File Size per Logical Decomposition
primary
1001+
501-1000
201-500
101-200
1-100
cmd/resource0% | 0% | 64% | 20% | 14%
ROOT0% | 0% | 0% | 43% | 56%
vpc0% | 0% | 0% | 0% | 100%
cmd0% | 0% | 0% | 0% | 100%
Longest Files (Top 15)
File# lines# units
k8sauth.go
in cmd/resource
317 13
eks.go
in cmd/resource
285 17
lambda.go
in cmd/resource
234 8
resource.go
in cmd/resource
146 12
deploy.template.yaml
in root
143 -
eks_handlers.go
in cmd/resource
127 6
contract_test_exports.template.yaml
in root
97 -
execution-role.template.yaml
in root
70 -
main.go
in vpc
64 2
events.go
in cmd/resource
64 4
main.go
in cmd
57 7
model.go
in cmd/resource
49 -
stabilize.go
in cmd/resource
45 2
iam.go
in cmd/resource
36 5
register-type.template.yaml
in root
20 -
Files With Most Units (Top 10)
File# lines# units
eks.go
in cmd/resource
285 17
k8sauth.go
in cmd/resource
317 13
resource.go
in cmd/resource
146 12
lambda.go
in cmd/resource
234 8
main.go
in cmd
57 7
eks_handlers.go
in cmd/resource
127 6
iam.go
in cmd/resource
36 5
events.go
in cmd/resource
64 4
main.go
in vpc
64 2
stabilize.go
in cmd/resource
45 2
Files With Long Lines (Top 4)

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

File# lines# units# long lines
lambda.go
in cmd/resource
234 8 5
k8sauth.go
in cmd/resource
317 13 2
eks_handlers.go
in cmd/resource
127 6 1
stabilize.go
in cmd/resource
45 2 1