| 224 | } |
| 225 | |
| 226 | int DepthSpec::dtExpressionRandomParam_minimal_depth(int flag) |
| 227 | { |
| 228 | int rv = dtConstant_minimal_depth(flag); |
| 229 | return (flag == MAX_TERM_TYPES) ? (rv + 1) : rv; |
| 230 | } |
| 231 | |
| 232 | int DepthSpec::dtExpression_minimal_depth(int flag) |
| 233 | { |
nothing calls this directly
no outgoing calls
no test coverage detected