===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
php-codecoverage-9.2.0+dfsg/ChangeLog.md-102-* Implemented a persistent cache for information gathered using PHP-Parser based static analysis (hereinafter referred to as "cache")
php-codecoverage-9.2.0+dfsg/ChangeLog.md:103:* Added `SebastianBergmann\CodeCoverage::cacheStaticAnalysis(string $cacheDirectory)` method for enabling the cache; it will write its files to `$directory`
php-codecoverage-9.2.0+dfsg/ChangeLog.md-104-* Added `SebastianBergmann\CodeCoverage::doNotCacheStaticAnalysis` method for disabling the cache
##############################################
php-codecoverage-9.2.0+dfsg/ChangeLog.md-162-* [#751](https://github.com/sebastianbergmann/php-code-coverage/pull/751): Dead code is not highlighted correctly
php-codecoverage-9.2.0+dfsg/ChangeLog.md:163:* [#753](https://github.com/sebastianbergmann/php-code-coverage/issues/753): Do not use `$_SERVER['REQUEST_TIME']` because the test(ed) code might unset it
php-codecoverage-9.2.0+dfsg/ChangeLog.md-164-