apache / httpd
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
83,199 LOC (35%)
76 files
|
found text per file
|
found text per file
1 GENERAL Concerns
The "general" group contains
2
concerns.
TODOs
Unclassified
general
1.1 TODOs
83,199 LOC (35%)
76 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)( |:| ).*
".
76
files match defined criteria (
83,199
LOC,
35.8%
vs. main code):
66
*.c files (
80,139
LOC)
7
*.h files (
1,944
LOC)
1
*.in files (
973
LOC)
1
*.ksh files (
134
LOC)
1
*.pl files (
9
LOC)
161
lines match the content pattern.
details...
per component - primary logical decomposition
modules
in 50 files, 53,491 LOC (33%)
server
in 20 files, 27,147 LOC (56%)
support
in 1 file 481 LOC (4%)
include
in 2 files, 964 LOC (17%)
build
in 2 files, 143 LOC (4%)
ROOT
in 1 file 973 LOC (56%)