about summary refs log tree commit diff
path: root/tests/coverage/conditions.coverage
diff options
context:
space:
mode:
Diffstat (limited to 'tests/coverage/conditions.coverage')
-rw-r--r--tests/coverage/conditions.coverage1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/coverage/conditions.coverage b/tests/coverage/conditions.coverage
index 473335ff641..48516217592 100644
--- a/tests/coverage/conditions.coverage
+++ b/tests/coverage/conditions.coverage
@@ -49,6 +49,7 @@
    LL|      1|        if countdown > 7 {
    LL|      1|            countdown -= 4;
    LL|      1|        }
+   LL|       |        //
    LL|      0|        else if countdown > 2 {
    LL|      0|            if countdown < 1 || countdown > 5 || countdown != 9 {
    LL|      0|                countdown = 0;