Condition Coverage

blib/lib/Catalyst/View/MojoTemplate.pm
Criterion Covered Total %
condition 0 23 0.0


and 3 conditions

line !l l&&!r l&&r condition
83 0 0 0 $self->has_layout and not exists $c->stash->{'view.layout'}
236 0 0 0 $proto and not exists $c->stash->{'view.content'}{$name}

or 2 conditions

line l !l condition
206 0 0 $c->config->{'name'} || ''
235 0 0 $name ||= "main"
246 0 0 $name ||= "main"
257 0 0 $name ||= "main"

or 3 conditions

line l !l&&r !l&&!r condition
87 0 0 0 shift @args || $self->find_template($c)
116 0 0 0 $c->stash->{'template'} || $c->action . $self->template_extension
159 0 0 0 $$self{"__mojo_template_$template"} ||= do {