* */
| 144 | * |
| 145 | */ |
| 146 | void |
| 147 | StatementIf::Output(std::ostream &out, FactMgr* fm, int indent) const |
| 148 | { |
| 149 | output_condition(out, fm, indent); |
| 150 | output_branches(out, fm, indent); |
| 151 | } |
| 152 | |
| 153 | void |
| 154 | StatementIf::output_condition(std::ostream &out, FactMgr* /*fm*/, int indent) const |
no outgoing calls
no test coverage detected