angular / components
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
12,069 LOC (8%)
72 files
|
found text
|
found text per file
1 GENERAL Concerns
The "general" group contains
2
concerns.
TODOs
Unclassified
general
1.1 TODOs
12,069 LOC (8%)
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 (
12,069
lines of code,
8.9%
vs. main code):
50
*.ts files (
10,176
lines of code)
13
*.scss files (
897
lines of code)
1
*.bzl files (
445
lines of code)
6
*.html files (
384
lines of code)
1
*.js files (
131
lines of code)
1
*.mjs files (
36
lines of code)
100
lines match the content pattern.
details...
per component - primary logical decomposition
src/material
in 20 files, 4,089 LOC (9%)
src/cdk
in 13 files, 2,245 LOC (11%)
src/material-experimental
in 17 files, 2,300 LOC (13%)
src/dev-app
in 4 files, 326 LOC (2%)
src/cdk-experimental
in 12 files, 2,467 LOC (41%)
src/e2e-app
in 2 files, 8 LOC (<1%)
tools/tslint-rules
in 1 file 22 LOC (2%)
tools
in 1 file 445 LOC (92%)
tools/postinstall
in 1 file 131 LOC (100%)
integration
in 1 file 36 LOC (100%)