| Line | Branch | Condition | Exec | Source |
|---|---|---|---|---|
| 1 | 1 | int four_bar() | ||
| 2 | { | |||
| 3 | 1 | int x=1; | ||
| 4 | 1 | int y=2; | ||
| 5 | 1 | return x+y; | ||
| 6 | } | |||
| 7 | ||||
| 8 | ✗ | int four_bar_() | ||
| 9 | { | |||
| 10 | ✗ | int x=1; | ||
| 11 | ✗ | return 2*x; | ||
| 12 | } | |||
| 13 |
| Directory: | .subdir/ |
|---|---|
| File: | A/file3.cpp |
| Date: | 2025-09-27 21:24:05+00:00 |
| Coverage | Exec | Excl | Total | |
|---|---|---|---|---|
| Lines: | 57.1% | 4 | 0 | 7 |
| Functions: | 50.0% | 1 | 0 | 2 |
| Branches: | -% | 0 | 0 | 0 |
| Conditions: | -% | 0 | 0 | 0 |
| Line | Branch | Condition | Exec | Source |
|---|---|---|---|---|
| 1 | 1 | int four_bar() | ||
| 2 | { | |||
| 3 | 1 | int x=1; | ||
| 4 | 1 | int y=2; | ||
| 5 | 1 | return x+y; | ||
| 6 | } | |||
| 7 | ||||
| 8 | ✗ | int four_bar_() | ||
| 9 | { | |||
| 10 | ✗ | int x=1; | ||
| 11 | ✗ | return 2*x; | ||
| 12 | } | |||
| 13 |