microsoft / mu_plus
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
18,451 LOC (10%)
28 files
|
found text
|
found text per file
1 GENERAL Concerns
The "general" group contains
2
concerns.
TODOs
Unclassified
general
1.1 TODOs
18,451 LOC (10%)
28 files
|
found text
|
found text per file
The following criteria are used to filter files:
files with any line of content like "
.*(TODO|FIXME)( |:| ).*
".
28
files match defined criteria (
18,451
lines of code,
10.6%
vs. main code):
26
*.c files (
18,369
lines of code)
1
*.yaml files (
53
lines of code)
1
*.h files (
29
lines of code)
65
lines match the content pattern.
details...
per component - primary logical decomposition
MsGraphicsPkg
in 13 files, 11,285 LOC (10%)
DfciPkg
in 4 files, 1,723 LOC (9%)
UefiTestingPkg
in 2 files, 302 LOC (2%)
XmlSupportPkg
in 2 files, 3,647 LOC (39%)
MsCorePkg
in 3 files, 573 LOC (8%)
MsWheaPkg
in 2 files, 147 LOC (3%)
PcBdsPkg
in 1 file 53 LOC (1%)
MfciPkg
in 1 file 721 LOC (25%)