Branch Coverage

lib/Catalyst/Action/Serialize/View.pm
Criterion Covered Total %
branch 4 6 66.6


line true false branch
14 0 2 if $c->response->status =~ /^(?:204|3\d\d)$/
22 0 2 unless ($c->view($view))
27 1 1 if ($c->view($view)->process($c, $stash_key)) { }