microsoft / mattercenter
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 (18 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 18 components.
  • 448 files, 91,980 lines of code (14.6% vs. main code).
  • "tree/master/cloud/src/solution/Microsoft.Legal.MatterCenter.Web" is biggest, containing 52.13% of code.
  • "javascripts" is smallest, containing 0% of code.


tree/master/cloud/src/solution/Microsoft.Legal.MatterCenter.Web47953 LOC (7%) 123 files
tree/master/cloud/src/solution/Microsoft.Legal.MatterCenter.Service16220 LOC (2%) 163 files
tree/master/cloud/src/Helper Utilities/Microsoft.Legal.MatterCenter.HelperUtilities9927 LOC (1%) 64 files
tree/master/cloud/src/deployments/Static Content4025 LOC (<1%) 11 files
tree/master/cloud/src/solution/Microsoft.Legal.MatterCenter.Selenium3343 LOC (<1%) 14 files
tree/master/cloud/src/solution/Microsoft.Legal.MatterCenter.jobs2595 LOC (<1%) 11 files
tree/master/cloud/src/deployments/Upgrade from Preview1825 LOC (<1%) 9 files
tree/master/cloud/src/solution/Deployment1759 LOC (<1%) 12 files
tree/master/cloud/src/solution/Microsoft.Legal.MatterCenter.Jasmine1496 LOC (<1%) 13 files
stylesheets837 LOC (<1%) 3 files
tree/master/cloud/src/deployments/Scripts795 LOC (<1%) 7 files
tree/master/cloud/src/solution/AuthWebTestPlugin317 LOC (<1%) 6 files
tree/master/cloud/src/solution/Microsoft.Legal.MatterCenter259 LOC (<1%) 1 files
tree/master/cloud/src/solution/Html Chunk250 LOC (<1%) 4 files
tree/master/cloud/src/solution/Matter.legal.MatterCenter.Performance182 LOC (<1%) 4 files
ROOT171 LOC (<1%) 1 files
tree/master/cloud/src/solution25 LOC (<1%) 1 files
javascripts1 LOC (<1%) 1 files
Dependencies
Dependencies among components are static code dependencies among files in different components.

No component dependencies found.



2022-01-30 11:13