File Coverage

const_xs.inc
Criterion Covered Total %
statement 2 6 33.3
branch n/a
condition n/a
subroutine n/a
pod n/a
total 2 6 33.3


line stmt bran cond sub pod time code
1             int
2             krd_RD_KAFKA_CONSUMER()
3             CODE:
4 4           RETVAL = RD_KAFKA_CONSUMER;
5             OUTPUT:
6             RETVAL
7            
8             int
9             krd_RD_KAFKA_PARTITION_UA()
10             CODE:
11 0           RETVAL = RD_KAFKA_PARTITION_UA;
12             OUTPUT:
13             RETVAL
14            
15             int
16             krd_RD_KAFKA_PRODUCER()
17             CODE:
18 1           RETVAL = RD_KAFKA_PRODUCER;
19             OUTPUT:
20             RETVAL
21            
22             int
23             krd_RD_KAFKA_TIMESTAMP_CREATE_TIME()
24             CODE:
25 0           RETVAL = RD_KAFKA_TIMESTAMP_CREATE_TIME;
26             OUTPUT:
27             RETVAL
28            
29             int
30             krd_RD_KAFKA_TIMESTAMP_LOG_APPEND_TIME()
31             CODE:
32 0           RETVAL = RD_KAFKA_TIMESTAMP_LOG_APPEND_TIME;
33             OUTPUT:
34             RETVAL
35            
36             int
37             krd_RD_KAFKA_TIMESTAMP_NOT_AVAILABLE()
38             CODE:
39 0           RETVAL = RD_KAFKA_TIMESTAMP_NOT_AVAILABLE;
40             OUTPUT:
41             RETVAL
42