MCPcopy Create free account
hub / github.com/cel-expr/cel-cpp / CreateBranchCoverage

Function CreateBranchCoverage

tools/branch_coverage.cc:247–251  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

245} // namespace
246
247std::unique_ptr<BranchCoverage> CreateBranchCoverage(const CheckedExpr& expr) {
248 auto result = std::make_unique<BranchCoverageImpl>(expr);
249 result->Init();
250 return result;
251}
252
253} // namespace cel

Callers 1

TESTFunction · 0.85

Calls 1

InitMethod · 0.80

Tested by 1

TESTFunction · 0.68