Condition Coverage

blib/lib/Catalyst/ResponseHelpers.pm
Criterion Covered Total %
condition 0 33 0.0


and 3 conditions

line !l l&&!r l&&r condition
99 0 0 0 $return and $return =~ /^\Q$base\E/i
132 0 0 0 @_ == 2 and not &is_success($status)
181 0 0 0 @_ == 2 and not &is_client_error($status)
188 0 0 0 @_ == 2 and not &is_server_error($status)
204 0 0 0 @_ == 2 and not &status_message($status)
303 0 0 0 $h->content_is_text and not $h->content_type_charset

or 2 conditions

line l !l condition
136 0 0 $status //= 200
139 0 0 $status //= 204
183 0 0 $status // 400
190 0 0 $status //= 500
206 0 0 $status //= 200
225 0 0 $status //= 200

or 3 conditions

line l !l&&r !l&&!r condition
209 0 0 0 $msg // &status_message($status)