microsoft / jupyter-Kqlmagic
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 64 files with 10,547 lines of code.
    • 1 very long files (1,026 lines of code)
    • 3 long files (2,202 lines of code)
    • 13 medium size files (3,839 lines of codeclsfd_ftr_w_mp_ins)
    • 16 small files (2,446 lines of code)
    • 31 very small files (1,034 lines of code)
9% | 20% | 36% | 23% | 9%
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
py10% | 21% | 34% | 23% | 9%
html0% | 0% | 100% | 0% | 0%
TXT0% | 0% | 0% | 0% | 100%
in0% | 0% | 0% | 0% | 100%
cfg0% | 0% | 0% | 0% | 100%
File Size per Logical Decomposition
primary
1001+
501-1000
201-500
101-200
1-100
azure/Kqlmagic10% | 22% | 35% | 23% | 8%
ROOT0% | 0% | 49% | 25% | 25%
azure0% | 0% | 0% | 0% | 100%
Longest Files (Top 50)
File# lines# units
parser.py
in azure/Kqlmagic
1026 22
my_aad_helper_msal.py
in azure/Kqlmagic
867 44
kql_magic.py
in azure/Kqlmagic
725 23
my_aad_helper.py
in azure/Kqlmagic
610 38
display.py
in azure/Kqlmagic
432 47
my_files_server.py
in azure/Kqlmagic
420 26
kql_engine.py
in azure/Kqlmagic
372 40
palette.py
in azure/Kqlmagic
324 22
kql_response.py
in azure/Kqlmagic
303 37
parameterizer.py
in azure/Kqlmagic
301 17
constants.py
in azure/Kqlmagic
287 -
FAQ.html
in root
282 -
ipython_api.py
in azure/Kqlmagic
264 27
dependencies.py
in azure/Kqlmagic
230 12
my_utils.py
in azure/Kqlmagic
216 24
activate_kernel_command.py
in azure/Kqlmagic
204 9
sso_storage.py
in azure/Kqlmagic
204 13
kusto_client.py
in azure/Kqlmagic
200 5
kql_proxy.py
in azure/Kqlmagic
198 31
my_files_server_management.py
in azure/Kqlmagic
189 16
column_guesser.py
in azure/Kqlmagic
186 13
draft_client.py
in azure/Kqlmagic
166 3
_require.py
in azure/Kqlmagic
154 2
connection.py
in azure/Kqlmagic
151 13
version.py
in azure/Kqlmagic
149 13
setup.py
in root
149 11
adal_token_cache.py
in azure/Kqlmagic
137 16
cache_client.py
in azure/Kqlmagic
136 12
database_html.py
in azure/Kqlmagic
136 9
log.py
in azure/Kqlmagic
136 18
fernet_crypto.py
in azure/Kqlmagic
125 13
help.py
in azure/Kqlmagic
124 13
kusto_engine.py
in azure/Kqlmagic
110 6
dict_db_storage.py
in azure/Kqlmagic
81 7
msal_token_cache.py
in azure/Kqlmagic
80 8
engine.py
in azure/Kqlmagic
65 27
dpapi_crypto.py
in azure/Kqlmagic
64 8
allow_py_comments_before_cell.py
in azure/Kqlmagic
58 5
help_html.py
in azure/Kqlmagic
56 2
ai_engine.py
in azure/Kqlmagic
54 1
allow_single_line_cell.py
in azure/Kqlmagic
53 5
la_engine.py
in azure/Kqlmagic
53 1
bug_report.py
in azure/Kqlmagic
51 4
build_packages.py
in root
49 2
aria_engine.py
in azure/Kqlmagic
46 1
modify_setup_py_is_custom.py
in root
40 3
_meta.py
in azure/Kqlmagic
36 -
dpapi_crypto_msal.py
in azure/Kqlmagic
36 6
email_notification.py
in azure/Kqlmagic
35 5
python_command.py
in azure/Kqlmagic
33 3
Files With Most Units (Top 20)
File# lines# units
display.py
in azure/Kqlmagic
432 47
my_aad_helper_msal.py
in azure/Kqlmagic
867 44
kql_engine.py
in azure/Kqlmagic
372 40
my_aad_helper.py
in azure/Kqlmagic
610 38
kql_response.py
in azure/Kqlmagic
303 37
kql_proxy.py
in azure/Kqlmagic
198 31
engine.py
in azure/Kqlmagic
65 27
ipython_api.py
in azure/Kqlmagic
264 27
my_files_server.py
in azure/Kqlmagic
420 26
my_utils.py
in azure/Kqlmagic
216 24
kql_magic.py
in azure/Kqlmagic
725 23
palette.py
in azure/Kqlmagic
324 22
parser.py
in azure/Kqlmagic
1026 22
log.py
in azure/Kqlmagic
136 18
parameterizer.py
in azure/Kqlmagic
301 17
adal_token_cache.py
in azure/Kqlmagic
137 16
my_files_server_management.py
in azure/Kqlmagic
189 16
column_guesser.py
in azure/Kqlmagic
186 13
connection.py
in azure/Kqlmagic
151 13
fernet_crypto.py
in azure/Kqlmagic
125 13
Files With Long Lines (Top 20)

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

File# lines# units# long lines
my_aad_helper_msal.py
in azure/Kqlmagic
867 44 50
my_aad_helper.py
in azure/Kqlmagic
610 38 49
dependencies.py
in azure/Kqlmagic
230 12 35
parser.py
in azure/Kqlmagic
1026 22 34
display.py
in azure/Kqlmagic
432 47 33
kql_engine.py
in azure/Kqlmagic
372 40 22
sso_storage.py
in azure/Kqlmagic
204 13 17
palette.py
in azure/Kqlmagic
324 22 12
kusto_engine.py
in azure/Kqlmagic
110 6 11
kusto_client.py
in azure/Kqlmagic
200 5 10
draft_client.py
in azure/Kqlmagic
166 3 9
aria_engine.py
in azure/Kqlmagic
46 1 8
connection.py
in azure/Kqlmagic
151 13 8
database_html.py
in azure/Kqlmagic
136 9 8
ai_engine.py
in azure/Kqlmagic
54 1 7
kql_magic.py
in azure/Kqlmagic
725 23 7
la_engine.py
in azure/Kqlmagic
53 1 7
my_files_server.py
in azure/Kqlmagic
420 26 6
version.py
in azure/Kqlmagic
149 13 5
FAQ.html
in root
282 - 4