| 384 | } |
| 385 | |
| 386 | bool condition_led_changes_4() { |
| 387 | return led_state_changes >= 4; |
| 388 | } |
| 389 | |
| 390 | bool condition_tBlink1_disabled() { |
| 391 | return tBlink1_ptr && !tBlink1_ptr->isEnabled(); |
nothing calls this directly
no outgoing calls
no test coverage detected