microsoft / FastTrack
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 (27 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 27 components.
  • 42 files, 5,440 lines of code (90.8% vs. main code).
  • "scripts/Find-MailboxDelegates" is biggest, containing 17.33% of code.
  • "ROOT" is smallest, containing 0.39% of code.


scripts/Find-MailboxDelegates943 LOC (15%) 1 files
tools/SimpleGraph502 LOC (8%) 1 files
scripts/move-team422 LOC (7%) 1 files
tools/gsuite-scanner382 LOC (6%) 13 files
scripts/get-siteinventory309 LOC (5%) 3 files
scripts/Get-MigrationToTeamsDNSCheck280 LOC (4%) 1 files
scripts/Get-TeamsChannelUsersReport206 LOC (3%) 1 files
scripts/Get-AuditGuestTeams199 LOC (3%) 1 files
scripts/AddRemove-OneDriveSecondaryAdmin185 LOC (3%) 1 files
scripts/Get-AADAdminRoleMembers165 LOC (2%) 1 files
scripts/Get-LicenseUsage164 LOC (2%) 1 files
scripts/Get-LicensingInfo148 LOC (2%) 1 files
scripts/Update-TeamsLicense147 LOC (2%) 1 files
scripts/get-teamsusage146 LOC (2%) 1 files
scripts/Disable-TeamsAudioVideo141 LOC (2%) 1 files
scripts/Get-OD4BExternalUsers123 LOC (2%) 1 files
scripts/Get-TeamVisibilityAndOwnerReport119 LOC (1%) 1 files
scripts/Get-FullTeamsReport115 LOC (1%) 1 files
scripts/Disable-TeamifyPrompt114 LOC (1%) 1 files
scripts/Get-ODBUsage114 LOC (1%) 1 files
scripts/Set-ForwardingSMTPAddress98 LOC (1%) 1 files
scripts/Get-FullOwnerReport93 LOC (1%) 1 files
scripts/Get-ListUsage85 LOC (1%) 1 files
scripts/Get-YammerPrivateContentModeAdmins84 LOC (1%) 1 files
scripts/split-spmtlogerrors84 LOC (1%) 1 files
scripts/Get-DocLibInventory51 LOC (<1%) 2 files
ROOT21 LOC (<1%) 1 files
Dependencies
Dependencies among components are static code dependencies among files in different components.

No component dependencies found.



2022-01-30 15:48