aws-quickstart / quickstart-dotnet-serverless-cicd
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,220 lines of code.
    • 0 very long files (0 lines of code)
    • 1 long files (737 lines of code)
    • 1 medium size files (208 lines of codeclsfd_ftr_w_mp_ins)
    • 0 small files (0 lines of code)
    • 16 very small files (275 lines of code)
0% | 60% | 17% | 0% | 22%
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
yml0% | 95% | 0% | 0% | 4%
yaml0% | 0% | 100% | 0% | 0%
cs0% | 0% | 0% | 0% | 100%
cshtml0% | 0% | 0% | 0% | 100%
py0% | 0% | 0% | 0% | 100%
css0% | 0% | 0% | 0% | 100%
asax0% | 0% | 0% | 0% | 100%
File Size per Logical Decomposition
primary
1001+
501-1000
201-500
101-200
1-100
templates0% | 77% | 22% | 0% | 0%
WebApplicationSample/Views0% | 0% | 0% | 0% | 100%
WebApplicationSample/App_Start0% | 0% | 0% | 0% | 100%
scripts0% | 0% | 0% | 0% | 100%
WebApplicationSample0% | 0% | 0% | 0% | 100%
WebApplicationSample/Controllers0% | 0% | 0% | 0% | 100%
ROOT0% | 0% | 0% | 0% | 100%
WebApplicationSample/Content0% | 0% | 0% | 0% | 100%
WebApplicationSample/Properties0% | 0% | 0% | 0% | 100%
ci0% | 0% | 0% | 0% | 100%
Longest Files (Top 18)
File# lines# units
quickstart-dotnet-serverless-cicd.yml
in templates
737 -
dotnet-containerbuild.yaml
in templates
208 -
ssmAutomationExecute.py
in scripts
46 1
cshtml
_Layout.cshtml
in WebApplicationSample/Views/Shared
40 -
BundleConfig.cs
in WebApplicationSample/App_Start
22 1
RouteConfig.cs
in WebApplicationSample/App_Start
21 1
Global.asax.cs
in WebApplicationSample
20 1
HomeController.cs
in WebApplicationSample/Controllers
20 2
buildspec.yml
in root
18 -
Site.css
in WebApplicationSample/Content
16 -
AssemblyInfo.cs
in WebApplicationSample/Properties
15 -
taskcat.yml
in ci
14 -
cshtml
Error.cshtml
in WebApplicationSample/Views/Shared
13 -
FilterConfig.cs
in WebApplicationSample/App_Start
12 1
cshtml
Index.cshtml
in WebApplicationSample/Views/Home
8 -
cshtml
About.cshtml
in WebApplicationSample/Views/Home
6 -
cshtml
_ViewStart.cshtml
in WebApplicationSample/Views
3 -
asax
Global.asax
in WebApplicationSample
1 -
Files With Most Units (Top 6)
File# lines# units
HomeController.cs
in WebApplicationSample/Controllers
20 2
RouteConfig.cs
in WebApplicationSample/App_Start
21 1
FilterConfig.cs
in WebApplicationSample/App_Start
12 1
BundleConfig.cs
in WebApplicationSample/App_Start
22 1
Global.asax.cs
in WebApplicationSample
20 1
ssmAutomationExecute.py
in scripts
46 1
Files With Long Lines (Top 6)

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

File# lines# units# long lines
quickstart-dotnet-serverless-cicd.yml
in templates
737 - 9
dotnet-containerbuild.yaml
in templates
208 - 8
buildspec.yml
in root
18 - 1
cshtml
_Layout.cshtml
in WebApplicationSample/Views/Shared
40 - 1
cshtml
Index.cshtml
in WebApplicationSample/Views/Home
8 - 1
cshtml
About.cshtml
in WebApplicationSample/Views/Home
6 - 1