Line | Branch | Condition | Exec | Source |
---|---|---|---|---|
1 | #include <stdio.h> | |||
2 | ||||
3 | #include "func.h" | |||
4 | ||||
5 | 2 | int main(int argc, char* argv[]) { | ||
6 | 2 | foo(0); | ||
7 | ||||
8 | 2 | return 0; | ||
9 | } | |||
10 |
Directory: | ./ |
---|---|
File: | main.c |
Date: | 0000-00-00 00:00:00 |
Exec | Total | Coverage | |
---|---|---|---|
Lines: | 3 | 3 | 100.0% |
Functions: | 1 | 1 | 100.0% |
Branches: | 0 | 0 | -% |
Conditions: | 0 | 0 | -% |
Line | Branch | Condition | Exec | Source |
---|---|---|---|---|
1 | #include <stdio.h> | |||
2 | ||||
3 | #include "func.h" | |||
4 | ||||
5 | 2 | int main(int argc, char* argv[]) { | ||
6 | 2 | foo(0); | ||
7 | ||||
8 | 2 | return 0; | ||
9 | } | |||
10 |