Pass | Half | Fail | Excluded | Total | |||
---|---|---|---|---|---|---|---|
|
0.00% |
100.00% |
0.00% |
100% |
|||
|
0.00% |
100.00% |
0.00% |
100% |
|||
|
0.00% |
0.00% |
100.00% |
0.00% |
100% |
||
|
0.00% |
100.00% |
0.00% |
100% |
|||
|
0.00% |
0.00% |
100.00% |
0.00% |
100% |
||
|
0.00% |
0.00% |
100.00% |
0.00% |
100% |
||
|
0.00% |
0.00% |
0.00% |
0.00% |
100% |
||
|
0.00% |
0.00% |
0.00% |
0.00% |
100% |
1 | |
2 | |
3 | |
4 | |
5 | |
6 | |
7 | |
8 | |
9 | |
10 | |
11 | |
12 | |
13 | |
14 | |
15 | |
16 | |
17 | |
18 | |
19 | |
20 | |
21 | |
22 | |
23 | |
24 | |
25 | |
26 | |
27 | |
28 | |
29 | |
30 | |
31 | |
32 | |
33 | |
34 | |
35 | |
36 | |
37 | |
38 | |
39 | |
40 | |
41 | |
42 | |
43 | |
44 | |
45 | |
46 | |
47 | |
48 | ap_http_chunk_filter(ap_filter_t *f, apr_bucket_brigade *b) |
49 | |
50 | |
51 | |
52 | f-> : enter=0, leave=0 ->r : include/util_filter.h line=277 column=18 r-> : enter=0, leave=0 ->connection : include/httpd.h line=782 column=15 connection; |
53 | |
54 | |
55 | |
56 | |
57 | for (more : modules/http/chunk_filter.c line=53 column=25 more = : pass=0 = NULL; b : modules/http/chunk_filter.c line=48 column=71 b; b : modules/http/chunk_filter.c line=48 column=71 b = : pass=0 = more : modules/http/chunk_filter.c line=53 column=25 more, more : modules/http/chunk_filter.c line=53 column=25 more = : pass=0 = NULL) { |
58 | |
59 | |
60 | |
61 | |
62 | |
63 | |
64 | |
65 | |
66 | |
67 | for (e : modules/http/chunk_filter.c line=54 column=17 e = : pass=0 = APR_BRIGADE_FIRST(b : modules/http/chunk_filter.c line=48 column=71 b); |
68 | e != : true=0, false=0 != APR_BRIGADE_SENTINEL(b : modules/http/chunk_filter.c line=48 column=71 b); |
69 | e = : pass=0 = APR_BUCKET_NEXT(e : modules/http/chunk_filter.c line=54 column=17 e)) |
70 | |
71 | if (APR_BUCKET_IS_EOS(e : modules/http/chunk_filter.c line=54 column=17 e)) { |
72 | |
73 | eos = : pass=0 = e : modules/http/chunk_filter.c line=54 column=17 e; |
74 | break; |
75 | |
76 | if (AP_BUCKET_IS_ERROR(e : modules/http/chunk_filter.c line=54 column=17 e) |
77 | && (((ap_bucket_error *)(e : modules/http/chunk_filter.c line=54 column=17 e-> : enter=0, leave=0 ->data : /usr/include/apr-1/apr_buckets.h line=244 column=11 data))-> : enter=0, leave=0 ->status : include/http_protocol.h line=634 column=9 status |
78 | MC/DC independently affect : true=0, false=0 == HTTP_BAD_GATEWAY)) { |
79 | |
80 | |
81 | |
82 | |
83 | f-> : enter=0, leave=0 ->ctx : include/util_filter.h line=268 column=11 ctx = : enter=0, leave=0 = &bad_gateway_seen : modules/http/chunk_filter.c line=46 column=13 bad_gateway_seen; |
84 | continue; |
85 | |
86 | if (APR_BUCKET_IS_FLUSH(e : modules/http/chunk_filter.c line=54 column=17 e)) { |
87 | flush = : pass=0 = e : modules/http/chunk_filter.c line=54 column=17 e; |
88 | if (e : modules/http/chunk_filter.c line=54 column=17 e != : true=0, false=0 != APR_BRIGADE_LAST(b : modules/http/chunk_filter.c line=48 column=71 b)) { |
89 | more = : pass=0 = apr_brigade_split : enter=0, leave=0 apr_brigade_split : /usr/include/apr-1/apr_buckets.h line=709 column=35 apr_brigade_split(b : modules/http/chunk_filter.c line=48 column=71 b, APR_BUCKET_NEXT(e : modules/http/chunk_filter.c line=54 column=17 e)); |
90 | |
91 | break; |
92 | |
93 | if (e : modules/http/chunk_filter.c line=54 column=17 e-> : enter=0, leave=0 ->length : /usr/include/apr-1/apr_buckets.h line=234 column=16 length == : true=0, false=0 == (apr_size_t)-1) { |
94 | |
95 | |
96 | |
97 | |
98 | rv = : pass=0 = apr_bucket_read(e : modules/http/chunk_filter.c line=54 column=17 e, &data : modules/http/chunk_filter.c line=95 column=29 data, &len : modules/http/chunk_filter.c line=96 column=28 len, APR_BLOCK_READ : /usr/include/apr-1/apr_buckets.h line=58 column=5 APR_BLOCK_READ); |
99 | if (rv : modules/http/chunk_filter.c line=55 column=18 rv != : true=0, false=0 != APR_SUCCESS) { |
100 | return rv : modules/http/chunk_filter.c line=55 column=18 rv; |
101 | |
102 | if (len : modules/http/chunk_filter.c line=96 column=28 len > : true=0, false=0 > 0) { |
103 | |
104 | |
105 | |
106 | |
107 | |
108 | bytes += : pass=0 += len : modules/http/chunk_filter.c line=96 column=28 len; |
109 | more = : pass=0 = apr_brigade_split : enter=0, leave=0 apr_brigade_split : /usr/include/apr-1/apr_buckets.h line=709 column=35 apr_brigade_split(b : modules/http/chunk_filter.c line=48 column=71 b, APR_BUCKET_NEXT(e : modules/http/chunk_filter.c line=54 column=17 e)); |
110 | break; |
111 | |
112 | |
113 | |
114 | |
115 | |
116 | |
117 | continue; |
118 | |
119 | |
120 | |
121 | bytes += : pass=0 += e : modules/http/chunk_filter.c line=54 column=17 e-> : enter=0, leave=0 ->length : /usr/include/apr-1/apr_buckets.h line=234 column=16 length; |
122 | |
123 | |
124 | |
125 | |
126 | |
127 | |
128 | |
129 | |
130 | |
131 | if (bytes : modules/http/chunk_filter.c line=58 column=19 bytes > : true=0, false=0 > 0) { |
132 | |
133 | |
134 | |
135 | |
136 | |
137 | hdr_len = : pass=0 = apr_snprintf : enter=0, leave=0 apr_snprintf : /usr/include/apr-1/apr_strings.h line=261 column=25 apr_snprintf(chunk_hdr : modules/http/chunk_filter.c line=64 column=14 chunk_hdr, sizeof(chunk_hdr), |
138 | bytes); |
139 | |
140 | e = : pass=0 = apr_bucket_transient_create : enter=0, leave=0 apr_bucket_transient_create : /usr/include/apr-1/apr_buckets.h line=1318 column=27 apr_bucket_transient_create(chunk_hdr : modules/http/chunk_filter.c line=64 column=14 chunk_hdr, hdr_len : modules/http/chunk_filter.c line=132 column=24 hdr_len, |
141 | c-> : enter=0, leave=0 ->bucket_alloc : include/httpd.h line=1103 column=32 bucket_alloc); |
142 | b, e : modules/http/chunk_filter.c line=54 column=17 e); |
143 | |
144 | |
145 | |
146 | |
147 | |
148 | e = : pass=0 = apr_bucket_immortal_create : enter=0, leave=0 apr_bucket_immortal_create : /usr/include/apr-1/apr_buckets.h line=1296 column=27 apr_bucket_immortal_create(ASCII_CRLF, 2, c : modules/http/chunk_filter.c line=52 column=15 c-> : enter=0, leave=0 ->bucket_alloc : include/httpd.h line=1103 column=32 bucket_alloc); |
149 | if (eos : modules/http/chunk_filter.c line=59 column=21 eos != : true=0, false=0 != NULL) { |
150 | eos, e : modules/http/chunk_filter.c line=54 column=17 e); |
151 | |
152 | if (flush : modules/http/chunk_filter.c line=60 column=21 flush != : true=0, false=0 != NULL) { |
153 | flush, e : modules/http/chunk_filter.c line=54 column=17 e); |
154 | |
155 | |
156 | b, e : modules/http/chunk_filter.c line=54 column=17 e); |
157 | |
158 | |
159 | |
160 | |
161 | |
162 | |
163 | |
164 | |
165 | |
166 | |
167 | |
168 | |
169 | |
170 | |
171 | |
172 | |
173 | |
174 | |
175 | |
176 | |
177 | |
178 | |
179 | |
180 | if (MC/DC independently affect : true=0, false=0 eos : modules/http/chunk_filter.c line=59 column=21 eos && : true=0, false=0 && ! : true=0, false=0 MC/DC independently affect : true=0, false=0 !f : modules/http/chunk_filter.c line=48 column=48 f-> : enter=0, leave=0 ->ctx : include/util_filter.h line=268 column=11 ctx) { |
181 | |
182 | e = : pass=0 = apr_bucket_immortal_create : enter=0, leave=0 apr_bucket_immortal_create : /usr/include/apr-1/apr_buckets.h line=1296 column=27 apr_bucket_immortal_create(ASCII_ZERO ASCII_CRLF |
183 | |
184 | c-> : enter=0, leave=0 ->bucket_alloc : include/httpd.h line=1103 column=32 bucket_alloc); |
185 | eos, e : modules/http/chunk_filter.c line=54 column=17 e); |
186 | |
187 | |
188 | |
189 | rv = : pass=0 = ap_pass_brigade : enter=0, leave=0 ap_pass_brigade : include/util_filter.h line=312 column=26 ap_pass_brigade(f : modules/http/chunk_filter.c line=48 column=48 f-> : enter=0, leave=0 ->next : include/util_filter.h line=271 column=18 next, b : modules/http/chunk_filter.c line=48 column=71 b); |
190 | if (rv : modules/http/chunk_filter.c line=55 column=18 rv != : true=0, false=0 MC/DC independently affect : true=0, false=0 != APR_SUCCESS || : true=0, false=0 || eos : modules/http/chunk_filter.c line=59 column=21 eos != : true=0, false=0 MC/DC independently affect : true=0, false=0 != NULL) { |
191 | return rv : modules/http/chunk_filter.c line=55 column=18 rv; |
192 | |
193 | |
194 | return APR_SUCCESS; |
195 | |
196 |