Linux / Arch / M68k
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 (22 components)

Logical Decomposition #1: PRIMARY

The decompositions is based on the folder structure at level 1 (relative to the source code root).

Bubble Chart | Tree Map
Components
The "primary" logical decomposition has 22 components.
  • 419 files, 121,239 lines of code (100.0% vs. main code).
  • "ifpsp060" is biggest, containing 44.8% of code.
  • "tools" is smallest, containing 0.03% of code.


ifpsp06054310 LOC (44%) 10 files
include16740 LOC (13%) 189 files
fpsp04015206 LOC (12%) 42 files
kernel8286 LOC (6%) 29 files
680005068 LOC (4%) 12 files
coldfire4299 LOC (3%) 38 files
math-emu4292 LOC (3%) 14 files
mac2659 LOC (2%) 10 files
atari2165 LOC (1%) 9 files
mm1440 LOC (1%) 10 files
lib1334 LOC (1%) 14 files
amiga1316 LOC (1%) 7 files
sun31188 LOC (<1%) 12 files
emu537 LOC (<1%) 4 files
mvme16x484 LOC (<1%) 2 files
q40437 LOC (<1%) 2 files
sun3x382 LOC (<1%) 5 files
bvme6000341 LOC (<1%) 2 files
hp300321 LOC (<1%) 4 files
apollo256 LOC (<1%) 2 files
mvme147136 LOC (<1%) 1 files
tools42 LOC (<1%) 1 files
Dependencies
Dependencies among components are static code dependencies among files in different components.

No component dependencies found.



2022-02-02 12:25