Line | Branch | Condition | Exec | Source |
---|---|---|---|---|
1 | #include "update-data.h" | |||
2 | ||||
3 | 1 | int update_data() | ||
4 | { | |||
5 | 1 | return called_from_update_data() + called_from_both(1); | ||
6 | } | |||
7 |
Directory: | ./ |
---|---|
File: | update-data.c |
Date: | 0000-00-00 00:00:00 |
Exec | Total | Coverage | |
---|---|---|---|
Lines: | 2 | 2 | 100.0% |
Functions: | 1 | 1 | 100.0% |
Branches: | 0 | 0 | -% |
Conditions: | 0 | 0 | -% |
Line | Branch | Condition | Exec | Source |
---|---|---|---|---|
1 | #include "update-data.h" | |||
2 | ||||
3 | 1 | int update_data() | ||
4 | { | |||
5 | 1 | return called_from_update_data() + called_from_both(1); | ||
6 | } | |||
7 |