aws-samples / query-data-in-s3-with-amazon-athena-and-aws-sdk-for-dotnet
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 36 files with 1,474 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)
    • 5 small files (669 lines of code)
    • 31 very small files (805 lines of code)
0% | 0% | 0% | 45% | 54%
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
js0% | 0% | 0% | 58% | 41%
cs0% | 0% | 0% | 39% | 60%
css0% | 0% | 0% | 0% | 100%
cshtml0% | 0% | 0% | 0% | 100%
html0% | 0% | 0% | 0% | 100%
yaml0% | 0% | 0% | 0% | 100%
File Size per Logical Decomposition
primary
1001+
501-1000
201-500
101-200
1-100
app/AthenaNetCore/AthenaNetCore.WebApp/ClientApp0% | 0% | 0% | 54% | 45%
app/AthenaNetCore/AthenaNetCore.BusinessLogic/Extentions0% | 0% | 0% | 93% | 6%
app/AthenaNetCore/AthenaNetCore.WebApp/Controllers0% | 0% | 0% | 100% | 0%
app/AthenaNetCore/AthenaNetCore.BusinessLogic/Repositories0% | 0% | 0% | 0% | 100%
app/AthenaNetCore/AthenaNetCore.WebApp0% | 0% | 0% | 0% | 100%
app/AthenaNetCore/AthenaNetCore.BusinessLogic/Entities0% | 0% | 0% | 0% | 100%
app/AthenaNetCore/AthenaNetCore.BusinessLogicTests/Repositories0% | 0% | 0% | 0% | 100%
app/AthenaNetCore/AthenaNetCore.WebApp/Pages0% | 0% | 0% | 0% | 100%
app/AthenaNetCore/AthenaNetCore.WebApp/Models0% | 0% | 0% | 0% | 100%
cloud-formation-templates0% | 0% | 0% | 0% | 100%
Longest Files (Top 36)
File# lines# units
AmazonAthenaClientExtentions.cs
in src/app/AthenaNetCore/AthenaNetCore.BusinessLogic/Extentions
176 5
CovidTrackingController.cs
in src/app/AthenaNetCore/AthenaNetCore.WebApp/Controllers
142 2
CovidTestingByDate.js
in src/app/AthenaNetCore/AthenaNetCore.WebApp/ClientApp/src/components
129 9
CovidTestingByState.js
in src/app/AthenaNetCore/AthenaNetCore.WebApp/ClientApp/src/components
111 7
HospitalsRunAndGo.js
in src/app/AthenaNetCore/AthenaNetCore.WebApp/ClientApp/src/components
111 9
registerServiceWorker.js
in src/app/AthenaNetCore/AthenaNetCore.WebApp/ClientApp/src
73 4
CovidTestingRepository.cs
in src/app/AthenaNetCore/AthenaNetCore.BusinessLogic/Repositories
65 1
Hospitals.js
in src/app/AthenaNetCore/AthenaNetCore.WebApp/ClientApp/src/components
57 5
Startup.cs
in src/app/AthenaNetCore/AthenaNetCore.WebApp
56 3
NavMenu.js
in src/app/AthenaNetCore/AthenaNetCore.WebApp/ClientApp/src/components
47 2
CovidTestingRepositoryTests.cs
in src/app/AthenaNetCore/AthenaNetCore.BusinessLogicTests/Repositories
47 3
HospitalBeds.cs
in src/app/AthenaNetCore/AthenaNetCore.BusinessLogic/Entities
40 -
HospitalRepository.cs
in src/app/AthenaNetCore/AthenaNetCore.BusinessLogic/Repositories
37 1
CovidTestingStatesDaily.cs
in src/app/AthenaNetCore/AthenaNetCore.BusinessLogic/Entities
29 -
BaseRepository.cs
in src/app/AthenaNetCore/AthenaNetCore.BusinessLogic/Repositories
27 3
Error.cshtml.cs
in src/app/AthenaNetCore/AthenaNetCore.WebApp/Pages
26 2
Program.cs
in src/app/AthenaNetCore/AthenaNetCore.WebApp
24 2
HospitalRepositoryTests.cs
in src/app/AthenaNetCore/AthenaNetCore.BusinessLogicTests/Repositories
24 1
Home.js
in src/app/AthenaNetCore/AthenaNetCore.WebApp/ClientApp/src/components
23 -
cshtml
Error.cshtml
in src/app/AthenaNetCore/AthenaNetCore.WebApp/Pages
23 -
App.js
in src/app/AthenaNetCore/AthenaNetCore.WebApp/ClientApp/src
19 -
index.html
in src/app/AthenaNetCore/AthenaNetCore.WebApp/ClientApp/public
18 -
NavMenu.css
in src/app/AthenaNetCore/AthenaNetCore.WebApp/ClientApp/src/components
16 -
AthenaColumnAttribute.cs
in src/app/AthenaNetCore/AthenaNetCore.BusinessLogic/Entities
16 1
ICovidTestingRepository.cs
in src/app/AthenaNetCore/AthenaNetCore.BusinessLogic/Repositories
15 -
index.js
in src/app/AthenaNetCore/AthenaNetCore.WebApp/ClientApp/src
14 -
IHospitalRepository.cs
in src/app/AthenaNetCore/AthenaNetCore.BusinessLogic/Repositories
14 -
Layout.js
in src/app/AthenaNetCore/AthenaNetCore.WebApp/ClientApp/src/components
13 -
AthenaQueryResultModel.cs
in src/app/AthenaNetCore/AthenaNetCore.WebApp/Models
13 -
ColumnPositionInfo.cs
in src/app/AthenaNetCore/AthenaNetCore.BusinessLogic/Extentions
13 -
AppErrorModel.cs
in src/app/AthenaNetCore/AthenaNetCore.WebApp/Models
12 -
custom.css
in src/app/AthenaNetCore/AthenaNetCore.WebApp/ClientApp/src
11 -
WeatherForecast.cs
in src/app/AthenaNetCore/AthenaNetCore.WebApp
11 -
IBaseRepository.cs
in src/app/AthenaNetCore/AthenaNetCore.BusinessLogic/Repositories
10 -
s3-athena-result.template.yaml
in src/cloud-formation-templates
9 -
cshtml
_ViewImports.cshtml
in src/app/AthenaNetCore/AthenaNetCore.WebApp/Pages
3 -
Files With Most Units (Top 17)
File# lines# units
HospitalsRunAndGo.js
in src/app/AthenaNetCore/AthenaNetCore.WebApp/ClientApp/src/components
111 9
CovidTestingByDate.js
in src/app/AthenaNetCore/AthenaNetCore.WebApp/ClientApp/src/components
129 9
CovidTestingByState.js
in src/app/AthenaNetCore/AthenaNetCore.WebApp/ClientApp/src/components
111 7
Hospitals.js
in src/app/AthenaNetCore/AthenaNetCore.WebApp/ClientApp/src/components
57 5
AmazonAthenaClientExtentions.cs
in src/app/AthenaNetCore/AthenaNetCore.BusinessLogic/Extentions
176 5
registerServiceWorker.js
in src/app/AthenaNetCore/AthenaNetCore.WebApp/ClientApp/src
73 4
Startup.cs
in src/app/AthenaNetCore/AthenaNetCore.WebApp
56 3
BaseRepository.cs
in src/app/AthenaNetCore/AthenaNetCore.BusinessLogic/Repositories
27 3
CovidTestingRepositoryTests.cs
in src/app/AthenaNetCore/AthenaNetCore.BusinessLogicTests/Repositories
47 3
NavMenu.js
in src/app/AthenaNetCore/AthenaNetCore.WebApp/ClientApp/src/components
47 2
CovidTrackingController.cs
in src/app/AthenaNetCore/AthenaNetCore.WebApp/Controllers
142 2
Error.cshtml.cs
in src/app/AthenaNetCore/AthenaNetCore.WebApp/Pages
26 2
Program.cs
in src/app/AthenaNetCore/AthenaNetCore.WebApp
24 2
AthenaColumnAttribute.cs
in src/app/AthenaNetCore/AthenaNetCore.BusinessLogic/Entities
16 1
HospitalRepository.cs
in src/app/AthenaNetCore/AthenaNetCore.BusinessLogic/Repositories
37 1
CovidTestingRepository.cs
in src/app/AthenaNetCore/AthenaNetCore.BusinessLogic/Repositories
65 1
HospitalRepositoryTests.cs
in src/app/AthenaNetCore/AthenaNetCore.BusinessLogicTests/Repositories
24 1
Files With Long Lines (Top 10)

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

File# lines# units# long lines
AmazonAthenaClientExtentions.cs
in src/app/AthenaNetCore/AthenaNetCore.BusinessLogic/Extentions
176 5 9
NavMenu.js
in src/app/AthenaNetCore/AthenaNetCore.WebApp/ClientApp/src/components
47 2 5
Home.js
in src/app/AthenaNetCore/AthenaNetCore.WebApp/ClientApp/src/components
23 - 4
CovidTestingByState.js
in src/app/AthenaNetCore/AthenaNetCore.WebApp/ClientApp/src/components
111 7 2
HospitalsRunAndGo.js
in src/app/AthenaNetCore/AthenaNetCore.WebApp/ClientApp/src/components
111 9 2
CovidTestingByDate.js
in src/app/AthenaNetCore/AthenaNetCore.WebApp/ClientApp/src/components
129 9 2
cshtml
Error.cshtml
in src/app/AthenaNetCore/AthenaNetCore.WebApp/Pages
23 - 2
Hospitals.js
in src/app/AthenaNetCore/AthenaNetCore.WebApp/ClientApp/src/components
57 5 1
HospitalRepository.cs
in src/app/AthenaNetCore/AthenaNetCore.BusinessLogic/Repositories
37 1 1
CovidTestingRepository.cs
in src/app/AthenaNetCore/AthenaNetCore.BusinessLogic/Repositories
65 1 1