awslabs / amazon-emr-on-eks-custom-image-cli
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 29 files with 1,354 lines of code.
    • 0 very long files (0 lines of code)
    • 1 long files (793 lines of code)
    • 0 medium size files (0 lines of codeclsfd_ftr_w_mp_ins)
    • 1 small files (139 lines of code)
    • 27 very small files (422 lines of code)
0% | 58% | 0% | 10% | 31%
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
yaml0% | 100% | 0% | 0% | 0%
py0% | 0% | 0% | 27% | 72%
spec0% | 0% | 0% | 0% | 100%
File Size per Logical Decomposition
primary
1001+
501-1000
201-500
101-200
1-100
assets0% | 100% | 0% | 0% | 0%
custom_image_cli/validation_tool/validation_models0% | 0% | 0% | 99% | <1%
custom_image_cli/validation_tool/validation_tests0% | 0% | 0% | 0% | 100%
custom_image_cli/helper0% | 0% | 0% | 0% | 100%
custom_image_cli/commands0% | 0% | 0% | 0% | 100%
installer/pyinstaller0% | 0% | 0% | 0% | 100%
custom_image_cli/validation_tool0% | 0% | 0% | 0% | 100%
custom_image_cli/helper/docker_util0% | 0% | 0% | 0% | 100%
custom_image_cli/cli0% | 0% | 0% | 0% | 100%
custom_image_cli0% | 0% | 0% | 0% | 100%
Longest Files (Top 29)
File# lines# units
image-manifest.yaml
in assets
793 -
validation_models.py
in custom_image_cli/validation_tool/validation_models
139 24
validate_image.py
in custom_image_cli/commands
56 5
check_files.py
in custom_image_cli/validation_tool/validation_tests
40 6
check_manifest.py
in custom_image_cli/validation_tool/validation_tests
37 4
argument_parser.py
in custom_image_cli/helper
35 3
validation_helper.py
in custom_image_cli/validation_tool
32 2
spec
custom-image-validation-tool.spec
in installer/pyinstaller
30 -
spec
custom-image-validation-tool-win.spec
in installer/pyinstaller
30 -
check_envs.py
in custom_image_cli/validation_tool/validation_tests
27 5
logging.py
in custom_image_cli/helper
26 4
docker_cl.py
in custom_image_cli/helper/docker_util
22 6
check_local_job_run.py
in custom_image_cli/validation_tool/validation_tests
21 2
print_message.py
in custom_image_cli/helper
11 2
cli.py
in custom_image_cli/cli
11 1
check_inputs.py
in custom_image_cli/validation_tool
9 2
base_command.py
in custom_image_cli/commands
8 2
manifest_reader.py
in custom_image_cli/helper
7 1
base_check.py
in custom_image_cli/validation_tool/validation_tests
5 1
docker_helper.py
in custom_image_cli/helper/docker_util
4 1
__main__.py
in custom_image_cli
3 -
__init__.py
in custom_image_cli
1 -
__init__.py
in custom_image_cli/helper
1 -
__init__.py
in custom_image_cli/helper/docker_util
1 -
__init__.py
in custom_image_cli/cli
1 -
__init__.py
in custom_image_cli/commands
1 -
__init__.py
in custom_image_cli/validation_tool
1 -
__init__.py
in custom_image_cli/validation_tool/validation_tests
1 -
__init__.py
in custom_image_cli/validation_tool/validation_models
1 -
Files With Most Units (Top 17)
File# lines# units
validation_models.py
in custom_image_cli/validation_tool/validation_models
139 24
docker_cl.py
in custom_image_cli/helper/docker_util
22 6
check_files.py
in custom_image_cli/validation_tool/validation_tests
40 6
validate_image.py
in custom_image_cli/commands
56 5
check_envs.py
in custom_image_cli/validation_tool/validation_tests
27 5
logging.py
in custom_image_cli/helper
26 4
check_manifest.py
in custom_image_cli/validation_tool/validation_tests
37 4
argument_parser.py
in custom_image_cli/helper
35 3
print_message.py
in custom_image_cli/helper
11 2
base_command.py
in custom_image_cli/commands
8 2
check_local_job_run.py
in custom_image_cli/validation_tool/validation_tests
21 2
validation_helper.py
in custom_image_cli/validation_tool
32 2
check_inputs.py
in custom_image_cli/validation_tool
9 2
manifest_reader.py
in custom_image_cli/helper
7 1
docker_helper.py
in custom_image_cli/helper/docker_util
4 1
cli.py
in custom_image_cli/cli
11 1
base_check.py
in custom_image_cli/validation_tool/validation_tests
5 1
Files With Long Lines (Top 2)

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

File# lines# units# long lines
check_files.py
in custom_image_cli/validation_tool/validation_tests
40 6 1
validation_helper.py
in custom_image_cli/validation_tool
32 2 1