angular / tsickle
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 19 files with 5,284 lines of code.
    • 0 very long files (0 lines of code)
    • 3 long files (2,088 lines of code)
    • 7 medium size files (2,460 lines of codeclsfd_ftr_w_mp_ins)
    • 4 small files (617 lines of code)
    • 5 very small files (119 lines of code)
0% | 39% | 46% | 11% | 2%
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% | 39% | 46% | 11% | 1%
js0% | 0% | 0% | 0% | 100%
File Size per Logical Decomposition
primary
1001+
501-1000
201-500
101-200
1-100
src0% | 39% | 46% | 11% | 2%
Longest Files (Top 19)
File# lines# units
jsdoc_transformer.ts
in src
886 36
type_translator.ts
in src
624 23
googmodule.ts
in src
578 26
externs.ts
in src
491 18
ts_migration_exports_shim.ts
in src
413 12
module_type_translator.ts
in src
409 14
decorator_downlevel_transformer.ts
in src
393 15
jsdoc.ts
in src
324 12
transformer_util.ts
in src
221 26
clutz.ts
in src
209 9
tsickle.ts
in src
197 4
decorators.ts
in src
165 8
enum_transformer.ts
in src
130 5
fileoverview_comment_transformer.ts
in src
125 4
modules_manifest.ts
in src
30 3
closure_externs.js
in src
29 1
path.ts
in src
25 6
cli_support.ts
in src
20 2
annotator_host.ts
in src
15 1
Files With Most Units (Top 19)
File# lines# units
jsdoc_transformer.ts
in src
886 36
googmodule.ts
in src
578 26
transformer_util.ts
in src
221 26
type_translator.ts
in src
624 23
externs.ts
in src
491 18
decorator_downlevel_transformer.ts
in src
393 15
module_type_translator.ts
in src
409 14
jsdoc.ts
in src
324 12
ts_migration_exports_shim.ts
in src
413 12
clutz.ts
in src
209 9
decorators.ts
in src
165 8
path.ts
in src
25 6
enum_transformer.ts
in src
130 5
tsickle.ts
in src
197 4
fileoverview_comment_transformer.ts
in src
125 4
modules_manifest.ts
in src
30 3
cli_support.ts
in src
20 2
closure_externs.js
in src
29 1
annotator_host.ts
in src
15 1
Files With Long Lines (Top 6)

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

File# lines# units# long lines
decorator_downlevel_transformer.ts
in src
393 15 1
googmodule.ts
in src
578 26 1
externs.ts
in src
491 18 1
decorators.ts
in src
165 8 1
fileoverview_comment_transformer.ts
in src
125 4 1
ts_migration_exports_shim.ts
in src
413 12 1