apache / incubator-teaclave-sgx-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
22,531 LOC (17%)
53 files
|
found text per file
|
found text per file
1 GENERAL Concerns
The "general" group contains
2
concerns.
TODOs
Unclassified
general
1.1 TODOs
22,531 LOC (17%)
53 files
|
found text per file
|
found text per file
The following criteria are used to filter files:
files with any line of content like "
.*(TODO|FIXME)( |:| ).*
".
53
files match defined criteria (
22,531
LOC,
18.0%
vs. main code):
37
*.rs files (
16,959
LOC)
6
*.c files (
4,514
LOC)
8
*.h files (
926
LOC)
1
*.go files (
77
LOC)
1
*.java files (
55
LOC)
73
lines match the content pattern.
details...
per component - primary logical decomposition
sgx_tstd
in 17 files, 12,096 LOC (30%)
samplecode
in 19 files, 2,621 LOC (9%)
sgx_backtrace_sys
in 4 files, 4,160 LOC (37%)
sgx_unwind
in 2 files, 354 LOC (3%)
common
in 2 files, 367 LOC (15%)
sgx_edl
in 2 files, 367 LOC (16%)
sgx_rand
in 3 files, 998 LOC (54%)
sgx_serialize
in 1 file 983 LOC (74%)
sgx_backtrace
in 3 files, 585 LOC (44%)