| 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-11-24 09:40:40 |
| Coverage | Exec | Excl | Total | |
|---|---|---|---|---|
| Lines: | 100.0% | 5 | 0 | 5 |
| Functions: | 100.0% | 1 | 0 | 1 |
| Branches: | -% | 0 | 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 |