Condition Coverage

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


and 3 conditions

line !l l&&!r l&&r condition
98 0 0 0 $return and $return =~ /^\Q$base\E/i
124 0 0 0 @_ == 2 and not &is_success($status)
172 0 0 0 @_ == 2 and not &is_client_error($status)
179 0 0 0 @_ == 2 and not &is_server_error($status)
195 0 0 0 @_ == 2 and not &status_message($status)
278 0 0 0 $h->content_is_text and not $h->content_type_charset

or 2 conditions

line l !l condition
126 0 0 $status //= 200
174 0 0 $status // 400
181 0 0 $status //= 500
197 0 0 $status //= 200
216 0 0 $status //= 200

or 3 conditions

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