Branch Coverage

blib/lib/Catalyst/View/Seamstress.pm
Criterion Covered Total %
branch 0 24 0.0


line true false branch
202 0 0 if $c->debug
209 0 0 if (not ref $page_class) { }
215 0 0 if ($@)
232 0 0 if (my $error = $@) { }
259 0 0 unless ($loom)
260 0 0 if $c->debug
264 0 0 unless ($c->response->content_type)
269 0 0 if (ref $loom eq 'ARRAY') { }
283 0 0 if ($skeleton = $self->config->{'skeleton'})
295 0 0 if (ref $self->config->{'fixup'})
302 0 0 if ($c->config->{'use_xhtml'}) { }
315 0 0 unless (not $body_is_skeleton and ref $loom or $body_is_skeleton and ref $self->config->{'skeleton'})