aws / aws-sessionstore-dynamodb-ruby
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 26 files with 1,218 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)
    • 3 small files (348 lines of code)
    • 23 very small files (870 lines of code)
0% | 0% | 0% | 28% | 71%
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
rb0% | 0% | 0% | 29% | 70%
erb0% | 0% | 0% | 0% | 100%
gemspec0% | 0% | 0% | 0% | 100%
yml0% | 0% | 0% | 0% | 100%
File Size per Logical Decomposition
primary
1001+
501-1000
201-500
101-200
1-100
spec/aws/session_store/dynamo_db0% | 0% | 0% | 57% | 42%
lib/aws/session_store/dynamo_db/locking0% | 0% | 0% | 49% | 50%
lib/aws/session_store/dynamo_db0% | 0% | 0% | 0% | 100%
spec/aws/session_store/dynamo_db/locking0% | 0% | 0% | 0% | 100%
spec0% | 0% | 0% | 0% | 100%
spec/aws/session_store/dynamo_db/error0% | 0% | 0% | 0% | 100%
lib/aws/session_store/dynamo_db/errors0% | 0% | 0% | 0% | 100%
doc-src/templates/default/layout/html0% | 0% | 0% | 0% | 100%
lib0% | 0% | 0% | 0% | 100%
ROOT0% | 0% | 0% | 0% | 100%
Longest Files (Top 26)
File# lines# units
garbage_collection_spec.rb
in spec/aws/session_store/dynamo_db
130 3
base.rb
in lib/aws/session_store/dynamo_db/locking
109 23
rack_middleware_spec.rb
in spec/aws/session_store/dynamo_db
109 1
configuration.rb
in lib/aws/session_store/dynamo_db
100 12
pessimistic.rb
in lib/aws/session_store/dynamo_db/locking
96 20
rack_middleware_database_spec.rb
in spec/aws/session_store/dynamo_db
93 3
garbage_collection.rb
in lib/aws/session_store/dynamo_db
72 12
rack_middleware.rb
in lib/aws/session_store/dynamo_db
69 11
threaded_sessions_spec.rb
in spec/aws/session_store/dynamo_db/locking
65 3
configuration_spec.rb
in spec/aws/session_store/dynamo_db
56 1
table.rb
in lib/aws/session_store/dynamo_db
55 9
spec_helper.rb
in spec
48 1
default_error_handler_spec.rb
in spec/aws/session_store/dynamo_db/error
39 -
default_handler.rb
in lib/aws/session_store/dynamo_db/errors
31 4
layout.erb
in doc-src/templates/default/layout/html
26 -
table_spec.rb
in spec/aws/session_store/dynamo_db
25 -
aws-sessionstore-dynamodb.rb
in lib
18 -
null.rb
in lib/aws/session_store/dynamo_db/locking
17 3
aws-sessionstore-dynamodb.gemspec
in root
16 -
lock_wait_timeout_error.rb
in lib/aws/session_store/dynamo_db
7 1
base_handler.rb
in lib/aws/session_store/dynamo_db/errors
7 1
version.rb
in lib/aws/session_store/dynamo_db
7 -
invalid_id_error.rb
in lib/aws/session_store/dynamo_db
7 1
missing_secret_key_error.rb
in lib/aws/session_store/dynamo_db
7 1
footer.erb
in doc-src/templates/default/layout/html
6 -
app_config.yml
in spec/aws/session_store/dynamo_db
3 -
Files With Most Units (Top 18)
File# lines# units
base.rb
in lib/aws/session_store/dynamo_db/locking
109 23
pessimistic.rb
in lib/aws/session_store/dynamo_db/locking
96 20
garbage_collection.rb
in lib/aws/session_store/dynamo_db
72 12
configuration.rb
in lib/aws/session_store/dynamo_db
100 12
rack_middleware.rb
in lib/aws/session_store/dynamo_db
69 11
table.rb
in lib/aws/session_store/dynamo_db
55 9
default_handler.rb
in lib/aws/session_store/dynamo_db/errors
31 4
null.rb
in lib/aws/session_store/dynamo_db/locking
17 3
rack_middleware_database_spec.rb
in spec/aws/session_store/dynamo_db
93 3
garbage_collection_spec.rb
in spec/aws/session_store/dynamo_db
130 3
threaded_sessions_spec.rb
in spec/aws/session_store/dynamo_db/locking
65 3
lock_wait_timeout_error.rb
in lib/aws/session_store/dynamo_db
7 1
base_handler.rb
in lib/aws/session_store/dynamo_db/errors
7 1
invalid_id_error.rb
in lib/aws/session_store/dynamo_db
7 1
missing_secret_key_error.rb
in lib/aws/session_store/dynamo_db
7 1
rack_middleware_spec.rb
in spec/aws/session_store/dynamo_db
109 1
configuration_spec.rb
in spec/aws/session_store/dynamo_db
56 1
spec_helper.rb
in spec
48 1
Files With Long Lines (Top 1)

There is only one file with lines longer than 120 characters. In total, there is only one long line.

File# lines# units# long lines
spec_helper.rb
in spec
48 1 1