microsoft / Network-Adapter-Class-Extension
Components & Dependencies

An overview of source code logical components.

Intro

Logical decomposition is a representation of the organization of the main source code, where every and each file is put in exactly one logical component.

  • A software system can have one or more logical decompositions.
  • A logical decomposition can be defined in two ways in Sokrates.
  • First approach is based on the folders structure. Components are mapped to folders at defined folder depth relative to the source code root.
  • Second approach is based on explicit definition of each component. In such explicit definitions, components are explicitly named and their files are selected based on explicitly defined path and content filters.
  • A logical decomposition is considered invalid if a file is selected into two or more components.This constraint is introduced in order to facilitate measuring of dependencies among components.
  • Files not assigned to any component are put into a special "Unclassified" component.
Learn more...
Logical Decompositions Overview

Analyzed system has 1 logical decomposition:

  • primary (23 components)

Logical Decomposition #1: PRIMARY

The decompositions is based on the folder structure (relative to the source code root), with automatically defined folder depth to have at least 10 components.

Bubble Chart | Tree Map
Components
The "primary" logical decomposition has 23 components.
  • 236 files, 48,581 lines of code (100.0% vs. main code).
  • "netcx/adapter" is biggest, containing 38.04% of code.
  • "netcx/statistics/km" is smallest, containing 0.01% of code.


netcx/adapter18481 LOC (38%) 50 files
netcx/translator10890 LOC (22%) 50 files
netcx/adapter/statemachines6073 LOC (12%) 4 files
netcx/ec/lib2686 LOC (5%) 23 files
rtl/inc2258 LOC (4%) 22 files
netcx/adapter/powerpolicy1956 LOC (4%) 12 files
netcx/bm1295 LOC (2%) 21 files
netcx/translator/framelayout838 LOC (1%) 8 files
netcx/translator/metadata567 LOC (1%) 2 files
netcx/statistics421 LOC (<1%) 7 files
netcx/adapter/queue403 LOC (<1%) 2 files
netcx/ec/inc360 LOC (<1%) 6 files
netcx/adapter/idle321 LOC (<1%) 4 files
netcx/adapter/rxscaling321 LOC (<1%) 2 files
netcx/adapter/types278 LOC (<1%) 4 files
netcx/translator/coalescing230 LOC (<1%) 2 files
netcx/adapter/extension227 LOC (<1%) 3 files
netcx/translator/segmentation216 LOC (<1%) 3 files
netcx/adapter/config211 LOC (<1%) 2 files
netcx/adapter/monitor205 LOC (<1%) 2 files
netcx/ec/driver181 LOC (<1%) 3 files
netcx/translator/checksum159 LOC (<1%) 3 files
netcx/statistics/km4 LOC (<1%) 1 files
Dependencies
Dependencies among components are static code dependencies among files in different components.

No component dependencies found.



2022-01-30 14:51