#include "sandboxed_api/config.h" #include namespace sapi { bool IsCoverageRun() { return getenv("COVERAGE") != nullptr; } } // namespace sapi