Coverage Report

Created: 2026-07-07 07:29

next uncovered line (L), next uncovered region (R), next uncovered branch (B)
/src/duckdb/src/planner/operator/logical_pragma.cpp
Line
Count
Source
1
#include "duckdb/planner/operator/logical_pragma.hpp"
2
3
namespace duckdb {
4
5
0
idx_t LogicalPragma::EstimateCardinality(ClientContext &context) {
6
0
  return 1;
7
0
}
8
9
} // namespace duckdb