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
157 1 0 2 $status and $r->status
160 0 3 0 $self->has_status_codes and not $self->status_codes->{$r->status}
162 0 0 3 not $r->content_type and $self->has_content_type
176 6 0 6 &Scalar::Util::blessed($_) && $_->can('get_rendered')
192 0 0 0 &Scalar::Util::blessed($err) and $err->can("rethrow")
211 6 0 0 &Scalar::Util::blessed($_) && $_->can('get_rendered')

or 2 conditions

line l !l condition
72 0 0 ref $options_proto || ''
76 0 0 ref $args_proto[0] || ''
247 6 18 ref $_[0] || ''