microsoft / devkit-sdk
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
6,771 LOC (6%)
23 files
|
found text
|
found text per file
1 GENERAL Concerns
The "general" group contains
2
concerns.
TODOs
Unclassified
general
1.1 TODOs
6,771 LOC (6%)
23 files
|
found text
|
found text per file
The following criteria are used to filter files:
files with any line of content like "
.*(TODO|FIXME)( |:| ).*
".
23
files match defined criteria (
6,771
lines of code,
6.1%
vs. main code):
4
*.c files (
3,830
lines of code)
8
*.cpp files (
1,651
lines of code)
10
*.h files (
814
lines of code)
1
*.cs files (
476
lines of code)
30
lines match the content pattern.
details...
per component - primary logical decomposition
AZ3166/src/system/mbed-os
in 5 files, 283 LOC (<1%)
AZ3166/src/cores/arduino
in 4 files, 2,434 LOC (23%)
AZ3166/src/system/az3166-driver
in 3 files, 444 LOC (5%)
AZ3166/tools/dice_device_enrollment/src
in 4 files, 1,688 LOC (32%)
AZ3166/src/system/azure-iot-sdk-c
in 1 file 19 LOC (<1%)
AZ3166/src/libraries/AudioV2
in 1 file 317 LOC (15%)
AZ3166/src/libraries/Audio
in 1 file 261 LOC (12%)
AZ3166/src/libraries/AzureIoT
in 1 file 287 LOC (23%)
AZ3166/jenkins/DevKitTestTool
in 1 file 476 LOC (66%)
AZ3166/src/libraries/WebSocket
in 1 file 452 LOC (84%)
AZ3166/src/libraries/FileSystem
in 1 file 110 LOC (57%)