aws-robotics / aws-robomaker-bundle-support-library
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 23 files with 1,428 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)
    • 4 small files (566 lines of code)
    • 19 very small files (862 lines of code)
0% | 0% | 0% | 39% | 60%
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% | 0% | 39% | 60%
File Size per Logical Decomposition
primary
1001+
501-1000
201-500
101-200
1-100
pkg/3p/archiver0% | 0% | 0% | 80% | 19%
pkg/stream/s30% | 0% | 0% | 67% | 32%
pkg/store0% | 0% | 0% | 100% | 0%
pkg/bundle0% | 0% | 0% | 0% | 100%
cmd/cli0% | 0% | 0% | 0% | 100%
pkg/stream/local0% | 0% | 0% | 0% | 100%
pkg/fs0% | 0% | 0% | 0% | 100%
pkg/stream0% | 0% | 0% | 0% | 100%
ROOT0% | 0% | 0% | 0% | 100%
Longest Files (Top 23)
File# lines# units
tar.go
in pkg/3p/archiver
177 13
s3_reader.go
in pkg/stream/s3
147 10
simple_store.go
in pkg/store
139 12
archiver.go
in pkg/3p/archiver
103 7
v2_processor.go
in pkg/bundle
94 5
main.go
in cmd/cli
78 1
archive.go
in pkg/bundle
70 5
local_file_streamer.go
in pkg/stream/local
69 6
provider.go
in pkg/bundle
69 5
bundle.go
in pkg/bundle
69 6
targz.go
in pkg/3p/archiver
68 8
s3_streamer.go
in pkg/stream/s3
63 5
bundle_v1_extractor.go
in pkg/bundle
51 4
fs.go
in pkg/fs
49 9
targz_extractor.go
in pkg/bundle
43 5
proxy_read_seeker.go
in pkg/bundle
29 2
bundle_error.go
in pkg/bundle
27 4
url_to_stream.go
in pkg/stream
21 2
processor.go
in pkg/bundle
21 1
v1_processor.go
in pkg/bundle
18 2
overlay.go
in pkg/bundle
10 -
errors.go
in pkg/stream/s3
7 1
tools.go
in root
6 -
Files With Most Units (Top 20)
File# lines# units
tar.go
in pkg/3p/archiver
177 13
simple_store.go
in pkg/store
139 12
s3_reader.go
in pkg/stream/s3
147 10
fs.go
in pkg/fs
49 9
targz.go
in pkg/3p/archiver
68 8
archiver.go
in pkg/3p/archiver
103 7
local_file_streamer.go
in pkg/stream/local
69 6
bundle.go
in pkg/bundle
69 6
s3_streamer.go
in pkg/stream/s3
63 5
provider.go
in pkg/bundle
69 5
v2_processor.go
in pkg/bundle
94 5
archive.go
in pkg/bundle
70 5
targz_extractor.go
in pkg/bundle
43 5
bundle_v1_extractor.go
in pkg/bundle
51 4
bundle_error.go
in pkg/bundle
27 4
url_to_stream.go
in pkg/stream
21 2
v1_processor.go
in pkg/bundle
18 2
proxy_read_seeker.go
in pkg/bundle
29 2
errors.go
in pkg/stream/s3
7 1
processor.go
in pkg/bundle
21 1
Files With Long Lines (Top 3)

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

File# lines# units# long lines
s3_reader.go
in pkg/stream/s3
147 10 1
provider.go
in pkg/bundle
69 5 1
targz_extractor.go
in pkg/bundle
43 5 1