dart-lang / yaml
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 21 files with 2,664 lines of code.
    • 1 very long files (1,111 lines of code)
    • 0 long files (0 lines of code)
    • 2 medium size files (760 lines of codeclsfd_ftr_w_mp_ins)
    • 2 small files (238 lines of code)
    • 16 very small files (555 lines of code)
41% | 0% | 28% | 8% | 20%
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
dart43% | 0% | 29% | 9% | 17%
yaml0% | 0% | 0% | 0% | 100%
File Size per Logical Decomposition
primary
1001+
501-1000
201-500
101-200
1-100
lib/src45% | 0% | 30% | 9% | 14%
benchmark0% | 0% | 0% | 0% | 100%
lib0% | 0% | 0% | 0% | 100%
ROOT0% | 0% | 0% | 0% | 100%
example0% | 0% | 0% | 0% | 100%
Longest Files (Top 21)
File# lines# units
scanner.dart
in lib/src
1111 53
parser.dart
in lib/src
496 18
loader.dart
in lib/src
264 15
yaml_node_wrapper.dart
in lib/src
130 3
event.dart
in lib/src
108 1
token.dart
in lib/src
96 -
equality.dart
in lib/src
78 5
yaml_node.dart
in lib/src
75 4
yaml.dart
in lib
63 5
input.yaml
in benchmark
47 -
benchmark.dart
in benchmark
38 3
analysis_options.yaml
in root
34 -
yaml_document.dart
in lib/src
31 -
style.dart
in lib/src
22 -
utils.dart
in lib/src
15 -
charcodes.dart
in lib/src
14 -
pubspec.yaml
in root
14 -
null_span.dart
in lib/src
10 -
error_listener.dart
in lib/src
9 -
example.dart
in example
5 1
yaml_exception.dart
in lib/src
4 -
Files With Most Units (Top 10)
File# lines# units
scanner.dart
in lib/src
1111 53
parser.dart
in lib/src
496 18
loader.dart
in lib/src
264 15
yaml.dart
in lib
63 5
equality.dart
in lib/src
78 5
yaml_node.dart
in lib/src
75 4
yaml_node_wrapper.dart
in lib/src
130 3
benchmark.dart
in benchmark
38 3
event.dart
in lib/src
108 1
example.dart
in example
5 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