azure / sonic-sairedis.msft
Features of Interest
Aspects in the source code identified through RegEx patterns.
Intro
Features of interest are any aspects of a software system that can be identified through patterns in code.
Features of interest provide you with a way to focus your attention on relevant parts of the codebase.
Typical examples include, security, TODOs, logging.
A feature of interest may be present in multiple files. Any source code file may be in zero or multiple features of interest.
Overview
GENERAL
TODOs
47,789 LOC (55%)
78 files
|
found text per file
|
found text per file
1 GENERAL Concerns
The "general" group contains
2
concerns.
TODOs
Unclassified
general
1.1 TODOs
47,789 LOC (55%)
78 files
|
found text per file
|
found text per file
The following criteria are used to filter files:
files with any line of content like "
.*(TODO|FIXME)( |:| ).*
".
78
files match defined criteria (
47,789
LOC,
55.1%
vs. main code):
56
*.cpp files (
45,417
LOC)
22
*.h files (
2,372
LOC)
295
lines match the content pattern.
details...
per component - primary logical decomposition
syncd
in 23 files, 17,332 LOC (78%)
unittest
in 7 files, 2,785 LOC (17%)
vslib
in 20 files, 8,247 LOC (53%)
meta
in 6 files, 6,633 LOC (45%)
lib
in 12 files, 7,456 LOC (68%)
saiplayer
in 1 file 2,148 LOC (83%)
proxylib
in 3 files, 1,817 LOC (88%)
saiasiccmp
in 4 files, 740 LOC (71%)
saidiscovery
in 1 file 491 LOC (100%)
saisdkdump
in 1 file 140 LOC (100%)