File Coverage

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


line stmt bran cond sub pod time code
1             /* Generated */
2              
3 4           missing_is_sorted = 0;
4              
5             #ifdef ARG_MAX
6             (void)hv_store(os_table, "ARG_MAX", 7, newSViv(ARG_MAX), 0);
7             #else
8 4           missing[nr_missing++] = "ARG_MAX";
9             #endif
10             #ifdef TMP_MAX
11 4           (void)hv_store(os_table, "TMP_MAX", 7, newSViv(TMP_MAX), 0);
12             #else
13             missing[nr_missing++] = "TMP_MAX";
14             #endif