| 97 | } |
| 98 | |
| 99 | int DepthSpec::dtFirstFunction_minimal_depth(int) |
| 100 | { |
| 101 | return dtReturnType_minimal_depth() + dtFunctionGenerateBody_minimal_depth(); |
| 102 | } |
| 103 | |
| 104 | int DepthSpec::dtStatement_minimal_depth_(int) |
| 105 | { |
nothing calls this directly
no outgoing calls
no test coverage detected