microsoft / pmod
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
28,325 LOC (22%)
57 files
|
found text
|
found text per file
1 GENERAL Concerns
The "general" group contains
2
concerns.
TODOs
Unclassified
general
1.1 TODOs
28,325 LOC (22%)
57 files
|
found text
|
found text per file
The following criteria are used to filter files:
files with any line of content like "
.*(TODO|FIXME)( |:| ).*
".
57
files match defined criteria (
28,325
lines of code,
22.6%
vs. main code):
40
*.cpp files (
24,181
lines of code)
10
*.h files (
2,825
lines of code)
3
*.mm files (
893
lines of code)
3
*.cs files (
361
lines of code)
1
*.java files (
65
lines of code)
84
lines match the content pattern.
details...
per component - primary logical decomposition
public
in 4 files, 1,826 LOC (6%)
codegen
in 8 files, 6,665 LOC (37%)
model_library
in 14 files, 8,217 LOC (58%)
winrt
in 7 files, 1,294 LOC (10%)
foundation
in 6 files, 2,740 LOC (30%)
foundation_library
in 3 files, 1,551 LOC (21%)
proxy
in 6 files, 4,301 LOC (65%)
java
in 3 files, 185 LOC (3%)
coreclr
in 1 file 137 LOC (3%)
objectivec
in 3 files, 893 LOC (30%)
model
in 2 files, 516 LOC (20%)