tensorflow / lucid
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
1,204 LOC (17%)
12 files
|
found text
|
found text per file
1 GENERAL Concerns
The "general" group contains
2
concerns.
TODOs
Unclassified
general
1.1 TODOs
1,204 LOC (17%)
12 files
|
found text
|
found text per file
The following criteria are used to filter files:
files with any line of content like "
.*(TODO|FIXME)( |:| ).*
".
12
files match defined criteria (
1,204
lines of code,
17.7%
vs. main code):
11
*.py files (
1,101
lines of code)
1
*.html files (
103
lines of code)
19
lines match the content pattern.
details...
per component - primary logical decomposition
lucid/misc/io
in 2 files, 174 LOC (19%)
lucid/modelzoo/slim_models
in 1 file 209 LOC (27%)
lucid/modelzoo
in 2 files, 395 LOC (70%)
lucid/optvis/param
in 2 files, 101 LOC (32%)
lucid/misc
in 1 file 57 LOC (18%)
lucid/scratch/js
in 1 file 103 LOC (38%)
lucid/scratch/atlas_pipeline
in 2 files, 148 LOC (75%)
lucid/modelzoo/caffe_models
in 1 file 17 LOC (9%)