File Coverage

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


line stmt bran cond sub pod time code
1             /* Generated */
2              
3 5           missing_is_sorted = 0;
4              
5             #ifdef LANG
6             (void)hv_store(locale_table, "LANG", 4, newSViv(LANG), 0);
7             #else
8 5           missing[nr_missing++] = "LANG";
9             #endif
10             #ifdef LANGUAGE
11             (void)hv_store(locale_table, "LANGUAGE", 8, newSViv(LANGUAGE), 0);
12             #else
13 5           missing[nr_missing++] = "LANGUAGE";
14             #endif
15             #ifdef LC_ADDRESS
16 5           (void)hv_store(locale_table, "LC_ADDRESS", 10, newSViv(LC_ADDRESS), 0);
17             #else
18             missing[nr_missing++] = "LC_ADDRESS";
19             #endif
20             #ifdef LC_ALL
21 5           (void)hv_store(locale_table, "LC_ALL", 6, newSViv(LC_ALL), 0);
22             #else
23             missing[nr_missing++] = "LC_ALL";
24             #endif
25             #ifdef LC_COLLATE
26 5           (void)hv_store(locale_table, "LC_COLLATE", 10, newSViv(LC_COLLATE), 0);
27             #else
28             missing[nr_missing++] = "LC_COLLATE";
29             #endif
30             #ifdef LC_CTYPE
31 5           (void)hv_store(locale_table, "LC_CTYPE", 8, newSViv(LC_CTYPE), 0);
32             #else
33             missing[nr_missing++] = "LC_CTYPE";
34             #endif
35             #ifdef LC_IDENTIFICATION
36 5           (void)hv_store(locale_table, "LC_IDENTIFICATION", 17, newSViv(LC_IDENTIFICATION), 0);
37             #else
38             missing[nr_missing++] = "LC_IDENTIFICATION";
39             #endif
40             #ifdef LC_MEASUREMENT
41 5           (void)hv_store(locale_table, "LC_MEASUREMENT", 14, newSViv(LC_MEASUREMENT), 0);
42             #else
43             missing[nr_missing++] = "LC_MEASUREMENT";
44             #endif
45             #ifdef LC_MESSAGES
46 5           (void)hv_store(locale_table, "LC_MESSAGES", 11, newSViv(LC_MESSAGES), 0);
47             #else
48             missing[nr_missing++] = "LC_MESSAGES";
49             #endif
50             #ifdef LC_MONETARY
51 5           (void)hv_store(locale_table, "LC_MONETARY", 11, newSViv(LC_MONETARY), 0);
52             #else
53             missing[nr_missing++] = "LC_MONETARY";
54             #endif
55             #ifdef LC_NAME
56 5           (void)hv_store(locale_table, "LC_NAME", 7, newSViv(LC_NAME), 0);
57             #else
58             missing[nr_missing++] = "LC_NAME";
59             #endif
60             #ifdef LC_NUMERIC
61 5           (void)hv_store(locale_table, "LC_NUMERIC", 10, newSViv(LC_NUMERIC), 0);
62             #else
63             missing[nr_missing++] = "LC_NUMERIC";
64             #endif
65             #ifdef LC_PAPER
66 5           (void)hv_store(locale_table, "LC_PAPER", 8, newSViv(LC_PAPER), 0);
67             #else
68             missing[nr_missing++] = "LC_PAPER";
69             #endif
70             #ifdef LC_TELEPHONE
71 5           (void)hv_store(locale_table, "LC_TELEPHONE", 12, newSViv(LC_TELEPHONE), 0);
72             #else
73             missing[nr_missing++] = "LC_TELEPHONE";
74             #endif
75             #ifdef LC_TIME
76 5           (void)hv_store(locale_table, "LC_TIME", 7, newSViv(LC_TIME), 0);
77             #else
78             missing[nr_missing++] = "LC_TIME";
79             #endif
80             #ifdef MB_LEN_MAX
81 5           (void)hv_store(locale_table, "MB_LEN_MAX", 10, newSViv(MB_LEN_MAX), 0);
82             #else
83             missing[nr_missing++] = "MB_LEN_MAX";
84             #endif