novifinancial / winterfell
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 (20 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 12 components.

Bubble Chart | Tree Map
Components
The "primary" logical decomposition has 20 components.
  • 115 files, 13,731 lines of code (100.0% vs. main code).
  • "math/src" is biggest, containing 28.61% of code.
  • "winterfell/src" is smallest, containing 0.07% of code.


math/src3929 LOC (28%) 19 files
crypto/src2575 LOC (18%) 18 files
air/src2454 LOC (17%) 19 files
prover/src2108 LOC (15%) 18 files
fri/src995 LOC (7%) 11 files
verifier/src475 LOC (3%) 5 files
math/benches348 LOC (2%) 3 files
utils/core329 LOC (2%) 7 files
crypto/benches115 LOC (<1%) 2 files
utils/rand81 LOC (<1%) 2 files
fri/benches79 LOC (<1%) 2 files
math38 LOC (<1%) 1 files
crypto35 LOC (<1%) 1 files
fri32 LOC (<1%) 1 files
prover29 LOC (<1%) 1 files
air28 LOC (<1%) 1 files
verifier27 LOC (<1%) 1 files
winterfell25 LOC (<1%) 1 files
ROOT19 LOC (<1%) 1 files
winterfell/src10 LOC (<1%) 1 files
Dependencies
Dependencies among components are static code dependencies among files in different components.

No component dependencies found.



2022-04-16 07:05