| 1249 | } |
| 1250 | |
| 1251 | void call::computeStat (CStat::E_Action P_action) |
| 1252 | { |
| 1253 | if (initCall) { |
| 1254 | return; |
| 1255 | } |
| 1256 | call_scenario->stats->computeStat(P_action); |
| 1257 | } |
| 1258 | |
| 1259 | void call::computeStat (CStat::E_Action P_action, unsigned long P_value) |
| 1260 | { |
nothing calls this directly
no outgoing calls
no test coverage detected