Branch Coverage

blib/lib/Catalyst/Plugin/Errors.pm
Criterion Covered Total %
branch 0 26 0.0


line true false branch
73 0 0 &Scalar::Util::blessed($obj) && $obj->can('as_http_response') ? :
81 0 0 if $config->{'views'}
82 0 0 if exists $config->{'default_media_type'}
83 0 0 if exists $config->{'default_language'}
100 0 0 if $views_we_have{"View::$view_needed"}
101 0 0 if $app->debug
116 0 0 if (ref $args[0] || '') eq "ARRAY"
121 0 0 if (ref $args[0] || '') eq "HASH"
128 0 0 if $c->debug
129 0 0 if exists $data{'error'}
133 0 0 $view_class->can('ACCEPT_CONTEXT') ? :
137 0 0 if (my $sub = $view_obj->can("http_$code")) { }
0 0 elsif ($view_obj->can('http_default')) { }