| 530 | } |
| 531 | |
| 532 | double cTaskLib::Task_OrNot(cTaskContext& ctx) const |
| 533 | { |
| 534 | const int logic_id = ctx.GetLogicId(); |
| 535 | if (logic_id == 175 || logic_id == 187 || logic_id == 207 || |
| 536 | logic_id == 221 || logic_id == 243 || logic_id == 245) return 1.0; |
| 537 | |
| 538 | return 0.0; |
| 539 | } |
| 540 | |
| 541 | double cTaskLib::Task_Or(cTaskContext& ctx) const |
| 542 | { |
nothing calls this directly
no test coverage detected