microsoft / docker
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
14,689 LOC (22%)
72 files
|
found text
|
found text per file
1 GENERAL Concerns
The "general" group contains
2
concerns.
TODOs
Unclassified
general
1.1 TODOs
14,689 LOC (22%)
72 files
|
found text
|
found text per file
The following criteria are used to filter files:
files with any line of content like "
.*(TODO|FIXME)( |:| ).*
".
72
files match defined criteria (
14,689
lines of code,
22.6%
vs. main code). All matches are in *.go files.
113
lines match the content pattern.
details...
per component - primary logical decomposition
daemon
in 24 files, 5,883 LOC (33%)
pkg
in 11 files, 1,890 LOC (12%)
api
in 7 files, 865 LOC (11%)
distribution
in 3 files, 815 LOC (27%)
builder
in 7 files, 1,386 LOC (49%)
integration-cli
in 1 file 65 LOC (2%)
libcontainerd
in 5 files, 975 LOC (50%)
registry
in 4 files, 1,127 LOC (69%)
volume
in 1 file 98 LOC (6%)
container
in 1 file 214 LOC (14%)
layer
in 1 file 206 LOC (13%)
runconfig
in 1 file 655 LOC (50%)
image
in 2 files, 201 LOC (15%)
docker
in 1 file 76 LOC (10%)
cliconfig
in 1 file 225 LOC (48%)
opts
in 1 file 2 LOC (<1%)
utils
in 1 file 6 LOC (4%)