microsoft / mu_basecore
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
24,587 LOC (2%)
31 files
|
found text
|
found text per file
1 GENERAL Concerns
The "general" group contains
2
concerns.
TODOs
Unclassified
general
1.1 TODOs
24,587 LOC (2%)
31 files
|
found text
|
found text per file
The following criteria are used to filter files:
files with any line of content like "
.*(TODO|FIXME)( |:| ).*
".
31
files match defined criteria (
24,587
lines of code,
2.5%
vs. main code):
21
*.c files (
19,639
lines of code)
5
*.py files (
4,201
lines of code)
5
*.h files (
747
lines of code)
86
lines match the content pattern.
details...
per component - primary logical decomposition
MdeModulePkg
in 8 files, 6,565 LOC (2%)
BaseTools
in 6 files, 5,956 LOC (2%)
NetworkPkg
in 12 files, 9,301 LOC (8%)
ShellPkg
in 1 file 1,290 LOC (1%)
CryptoPkg
in 1 file 525 LOC (<1%)
UefiCpuPkg
in 1 file 480 LOC (1%)
StandaloneMmPkg
in 1 file 22 LOC (<1%)
UnitTestFrameworkPkg
in 1 file 448 LOC (16%)