microsoft / service-fabric-explorer
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 (26 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 26 components.
  • 892 files, 52,970 lines of code (100.0% vs. main code).
  • "SfxWeb/src/app" is biggest, containing 46.56% of code.
  • "SfxWeb/cypress/support" is smallest, containing 0.01% of code.


SfxWeb/src/app24665 LOC (46%) 605 files
Sfx/App/Scripts12795 LOC (24%) 113 files
Sfx/App/Styles3889 LOC (7%) 17 files
SfxWeb/src/Styles3738 LOC (7%) 16 files
Sfx/App/partials2719 LOC (5%) 59 files
SfxWeb/src1346 LOC (2%) 9 files
Sfx-Standalone/modules/main-window894 LOC (1%) 11 files
Sfx-Standalone/modules/http829 LOC (1%) 13 files
Sfx/App243 LOC (<1%) 2 files
Sfx-Standalone/modules/prompt.select-certificate229 LOC (<1%) 3 files
Sfx-Standalone/modules/update178 LOC (<1%) 2 files
Sfx-Standalone/modules/prompt172 LOC (<1%) 5 files
Sfx167 LOC (<1%) 1 files
Sfx-Standalone146 LOC (<1%) 5 files
Sfx-Standalone/modules137 LOC (<1%) 2 files
Sfx-Standalone/modules/cert133 LOC (<1%) 5 files
Sfx-Proxy110 LOC (<1%) 1 files
SfxWeb/cypress/integration105 LOC (<1%) 1 files
Sfx-Standalone/modules/browser-window101 LOC (<1%) 3 files
Sfx-Standalone/modules/prompt.connect-cluster89 LOC (<1%) 3 files
Sfx-Standalone/utilities80 LOC (<1%) 3 files
Sfx-Standalone/modules/prompt.input78 LOC (<1%) 3 files
SfxWeb68 LOC (<1%) 3 files
SfxWeb/cypress/plugins29 LOC (<1%) 2 files
SfxWeb/src/environments24 LOC (<1%) 3 files
SfxWeb/cypress/support6 LOC (<1%) 2 files
Dependencies
Dependencies among components are static code dependencies among files in different components.

No component dependencies found.



2022-01-30 15:26