blib/lib/Catalyst/View/BasePerRequest.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 10 | 24 | 41.6 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
164 | 1 | 0 | 2 | $status and $r->status |
167 | 0 | 3 | 0 | $self->has_status_codes and not $self->status_codes->{$r->status} |
169 | 0 | 0 | 3 | not $r->content_type and $self->has_content_type |
183 | 18 | 0 | 6 | &Scalar::Util::blessed($_) && $_->can('get_rendered') |
199 | 0 | 0 | 0 | &Scalar::Util::blessed($err) and $err->can("rethrow") |
218 | 6 | 0 | 12 | &Scalar::Util::blessed($_) && $_->can('get_rendered') |
line | l | !l | condition |
---|---|---|---|
74 | 0 | 0 | ref $options_proto || '' |
78 | 0 | 0 | ref $args_proto[0] || '' |
254 | 6 | 18 | ref $_[0] || '' |