| 172 | } |
| 173 | |
| 174 | int DepthSpec::dtFunctionInvocationRandomUnary_minimal_depth(int) |
| 175 | { |
| 176 | return ATOMIC_DEPTH_INCR + dtSafeOpFlags_minimal_depth() |
| 177 | + dtExpression_minimal_depth(); |
| 178 | } |
| 179 | |
| 180 | int DepthSpec::dtFunctionInvocationRandomRegularBinary_minimal_depth(int) |
| 181 | { |
nothing calls this directly
no outgoing calls
no test coverage detected