aws-samples / multiple-account-cdk-cicd-pipeline
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 13 files with 408 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)
    • 0 small files (0 lines of code)
    • 13 very small files (408 lines of code)
0% | 0% | 0% | 0% | 100%
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
ts0% | 0% | 0% | 0% | 100%
js0% | 0% | 0% | 0% | 100%
File Size per Logical Decomposition
primary
1001+
501-1000
201-500
101-200
1-100
cdk/lib0% | 0% | 0% | 0% | 100%
api/src0% | 0% | 0% | 0% | 100%
api/src/resolvers0% | 0% | 0% | 0% | 100%
api/src/typeDefs0% | 0% | 0% | 0% | 100%
api/src/entity0% | 0% | 0% | 0% | 100%
ROOT0% | 0% | 0% | 0% | 100%
Longest Files (Top 13)
File# lines# units
rds-stack.ts
in cdk/lib
99 1
cdk-pipeline-stack.ts
in cdk/lib
93 2
api-stack.ts
in cdk/lib
56 1
vpc-stack.ts
in cdk/lib
49 1
posts.resolver.ts
in api/src/resolvers
32 4
graphql.ts
in api/src
26 -
posts.typeDefs.ts
in api/src/typeDefs
16 -
server.ts
in api/src
13 -
posts.entity.ts
in api/src/entity
10 -
jest.config.js
in root
8 -
db-connection.ts
in api/src
4 -
index.ts
in api/src/resolvers
1 -
index.ts
in api/src/typeDefs
1 -
Files With Most Units (Top 5)
File# lines# units
posts.resolver.ts
in api/src/resolvers
32 4
cdk-pipeline-stack.ts
in cdk/lib
93 2
rds-stack.ts
in cdk/lib
99 1
vpc-stack.ts
in cdk/lib
49 1
api-stack.ts
in cdk/lib
56 1
Files With Long Lines (Top 0)

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

File# lines# units# long lines