File Coverage

time.c
Criterion Covered Total %
statement 4 4 100.0
branch n/a
condition n/a
subroutine n/a
pod n/a
total 4 4 100.0


line stmt bran cond sub pod time code
1             /* Generated */
2              
3 4           missing_is_sorted = 0;
4              
5             #ifdef CLK_TCK
6             (void)hv_store(time_table, "CLK_TCK", 7, newSViv(CLK_TCK), 0);
7             #else
8 4           missing[nr_missing++] = "CLK_TCK";
9             #endif
10             #ifdef CLOCKS_PER_SEC
11 4           (void)hv_store(time_table, "CLOCKS_PER_SEC", 14, newSViv(CLOCKS_PER_SEC), 0);
12             #else
13             missing[nr_missing++] = "CLOCKS_PER_SEC";
14             #endif
15             #ifdef TZNAME_MAX
16             (void)hv_store(time_table, "TZNAME_MAX", 10, newSViv(TZNAME_MAX), 0);
17             #else
18 4           missing[nr_missing++] = "TZNAME_MAX";
19             #endif