| Line | Branch | Exec | Source |
|---|---|---|---|
| 1 | #include <stdio.h> | ||
| 2 | |||
| 3 | #include "foo.h" | ||
| 4 | |||
| 5 | 1 | int main(void) { | |
| 6 | 1 | printf("Start calling foo() ...\n"); | |
| 7 | 1 | foo(1); | |
| 8 | 1 | foo(2); | |
| 9 | 1 | return 0; | |
| 10 | } | ||
| 11 |
| Directory: | ./ |
|---|---|
| File: | main.c |
| Date: | 2025-08-18 11:49:03 |
| Exec | Total | Coverage | |
|---|---|---|---|
| Lines: | 5 | 5 | 100.0% |
| Functions: | 1 | 1 | 100.0% |
| Branches: | 0 | 0 | -% |
| Line | Branch | Exec | Source |
|---|---|---|---|
| 1 | #include <stdio.h> | ||
| 2 | |||
| 3 | #include "foo.h" | ||
| 4 | |||
| 5 | 1 | int main(void) { | |
| 6 | 1 | printf("Start calling foo() ...\n"); | |
| 7 | 1 | foo(1); | |
| 8 | 1 | foo(2); | |
| 9 | 1 | return 0; | |
| 10 | } | ||
| 11 |