Condition Coverage

blib/lib/Catalyst/View/BasePerRequest.pm
Criterion Covered Total %
condition 9 24 37.5


and 3 conditions

line !l l&&!r l&&r condition
159 1 0 2 $status and $r->status
162 0 3 0 $self->has_status_codes and not $self->status_codes->{$r->status}
164 0 0 3 not $r->content_type and $self->has_content_type
178 6 0 6 &Scalar::Util::blessed($_) && $_->can('get_rendered')
194 0 0 0 &Scalar::Util::blessed($err) and $err->can("rethrow")
213 6 0 0 &Scalar::Util::blessed($_) && $_->can('get_rendered')

or 2 conditions

line l !l condition
74 0 0 ref $options_proto || ''
78 0 0 ref $args_proto[0] || ''
249 6 18 ref $_[0] || ''