microsoft / PowerShell-DSC-for-Linux
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
32,231 LOC (13%)
32 files
|
found text
|
found text per file
1 GENERAL Concerns
The "general" group contains
2
concerns.
TODOs
Unclassified
general
1.1 TODOs
32,231 LOC (13%)
32 files
|
found text
|
found text per file
The following criteria are used to filter files:
files with any line of content like "
.*(TODO|FIXME)( |:| ).*
".
32
files match defined criteria (
32,231
lines of code,
13.9%
vs. main code):
12
*.c files (
23,069
lines of code)
1
*.xml files (
2,019
lines of code)
6
*.h files (
1,975
lines of code)
1
*.cs files (
1,414
lines of code)
7
*.py files (
1,328
lines of code)
1
*.y files (
1,288
lines of code)
4
*.rb files (
1,138
lines of code)
57
lines match the content pattern.
details...
per component - primary logical decomposition
Providers
in 10 files, 4,206 LOC (2%)
LCM
in 20 files, 27,231 LOC (38%)
ext
in 2 files, 794 LOC (13%)