freertos / FreeRTOS-Cellular-Interface
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 38 files with 17,227 lines of code.
    • 4 very long files (9,027 lines of code)
    • 6 long files (4,102 lines of code)
    • 7 medium size files (2,419 lines of codeclsfd_ftr_w_mp_ins)
    • 7 small files (992 lines of code)
    • 14 very small files (687 lines of code)
52% | 23% | 14% | 5% | 3%
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
c57% | 26% | 13% | 2% | 0%
h0% | 0% | 25% | 30% | 43%
cfg0% | 0% | 0% | 100% | 0%
cmake0% | 0% | 0% | 0% | 100%
yml0% | 0% | 0% | 0% | 100%
File Size per Logical Decomposition
primary
1001+
501-1000
201-500
101-200
1-100
modules/bg9671% | 17% | 5% | 3% | 1%
source37% | 56% | 5% | 0% | 0%
modules/sara_r466% | 0% | 26% | 4% | 2%
modules/hl780270% | 0% | 21% | 4% | 2%
source/include0% | 0% | 58% | 41% | 0%
source/include/common0% | 0% | 0% | 51% | 48%
tools0% | 0% | 0% | 100% | 0%
source/include/private0% | 0% | 0% | 0% | 100%
tools/cmock0% | 0% | 0% | 0% | 100%
source/interface0% | 0% | 0% | 0% | 100%
ROOT0% | 0% | 0% | 0% | 100%
Longest Files (Top 38)
File# lines# units
cellular_bg96_api.c
in modules/bg96
2462 55
cellular_3gpp_api.c
in source
2341 56
cellular_r4_api.c
in modules/sara_r4
2157 36
cellular_hl7802_api.c
in modules/hl7802
2067 45
cellular_pktio.c
in source
940 24
cellular_common.c
in source
845 33
cellular_bg96_urc_handler.c
in modules/bg96
610 16
cellular_at_core.c
in source
592 17
cellular_pkthandler.c
in source
591 25
cellular_3gpp_urc_handler.c
in source
524 14
cellular_r4_urc_handler.c
in modules/sara_r4
479 12
cellular_hl7802.c
in modules/hl7802
392 10
cellular_r4.c
in modules/sara_r4
382 11
cellular_common_api.c
in source
369 14
cellular_types.h
in source/include
343 -
cellular_hl7802_urc_handler.c
in modules/hl7802
248 5
cellular_bg96.c
in modules/bg96
206 6
cellular_common.h
in source/include/common
175 -
cfg
uncrustify.cfg
in tools
158 -
cellular_r4_wrapper.c
in modules/sara_r4
142 21
cellular_bg96_wrapper.c
in modules/bg96
137 20
cellular_hl7802_wrapper.c
in modules/hl7802
137 20
cellular_api.h
in source/include
129 -
cellular_config_defaults.h
in source/include
114 -
cellular_common_internal.h
in source/include/private
100 -
cellular_common_api.h
in source/include/common
97 -
cellular_hl7802.h
in modules/hl7802
86 -
cellular_r4.h
in modules/sara_r4
73 -
cmake
coverage.cmake
in tools/cmock
64 -
cellular_at_core.h
in source/include/common
55 -
cellular_comm_interface.h
in source/interface
46 -
cellular_bg96.h
in modules/bg96
46 -
cellular_pktio_internal.h
in source/include/private
34 -
cellular_pkthandler_internal.h
in source/include/private
30 -
project.yml
in tools/cmock
25 -
cellular_common_portable.h
in source/include/common
16 -
cellular_internal.h
in source/include/private
10 -
manifest.yml
in root
5 -
Files With Most Units (Top 19)
File# lines# units
cellular_3gpp_api.c
in source
2341 56
cellular_bg96_api.c
in modules/bg96
2462 55
cellular_hl7802_api.c
in modules/hl7802
2067 45
cellular_r4_api.c
in modules/sara_r4
2157 36
cellular_common.c
in source
845 33
cellular_pkthandler.c
in source
591 25
cellular_pktio.c
in source
940 24
cellular_r4_wrapper.c
in modules/sara_r4
142 21
cellular_bg96_wrapper.c
in modules/bg96
137 20
cellular_hl7802_wrapper.c
in modules/hl7802
137 20
cellular_at_core.c
in source
592 17
cellular_bg96_urc_handler.c
in modules/bg96
610 16
cellular_3gpp_urc_handler.c
in source
524 14
cellular_common_api.c
in source
369 14
cellular_r4_urc_handler.c
in modules/sara_r4
479 12
cellular_r4.c
in modules/sara_r4
382 11
cellular_hl7802.c
in modules/hl7802
392 10
cellular_bg96.c
in modules/bg96
206 6
cellular_hl7802_urc_handler.c
in modules/hl7802
248 5
Files With Long Lines (Top 19)

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

File# lines# units# long lines
cellular_r4_api.c
in modules/sara_r4
2157 36 24
cellular_pktio.c
in source
940 24 16
cellular_bg96_api.c
in modules/bg96
2462 55 7
cellular_comm_interface.h
in source/interface
46 - 6
cellular_r4.c
in modules/sara_r4
382 11 5
cellular_hl7802_api.c
in modules/hl7802
2067 45 5
cellular_3gpp_api.c
in source
2341 56 4
cellular_3gpp_urc_handler.c
in source
524 14 2
cellular_common_api.c
in source
369 14 2
cellular_common_api.h
in source/include/common
97 - 2
cellular_api.h
in source/include
129 - 2
cellular_bg96_wrapper.c
in modules/bg96
137 20 2
cellular_r4_wrapper.c
in modules/sara_r4
142 21 2
cellular_hl7802_wrapper.c
in modules/hl7802
137 20 2
cellular_at_core.c
in source
592 17 1
cellular_pkthandler.c
in source
591 25 1
cellular_types.h
in source/include
343 - 1
cellular_common.h
in source/include/common
175 - 1
cellular_r4_urc_handler.c
in modules/sara_r4
479 12 1