mozilla / rust-code-analysis
Features of Interest

Aspects in the source code identified through RegEx patterns.

Intro
Overview

GENERAL

TODOs
2,488 LOC (8%) 6 files | found text per file | found text per file
1 GENERAL Concerns
general
1.1 TODOs
2,488 LOC (8%) 6 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)( |:| ).*".
  • 6 files match defined criteria (2,488 LOC, 8.3% vs. main code):
    • 5 *.rs files (2,417 LOC)
    • 1 *.py files (71 LOC)
  • 9 lines match the content pattern.
details...