Branch Coverage

blib/lib/Rapi/Blog/Scaffold/ViewWrapper.pm
Criterion Covered Total %
branch 0 22 0.0


line true false branch
23 0 0 unless my $path = $self->path
24 0 0 unless my $wrapper = $self->wrapper
26 0 0 unless $path =~ /^\w/
27 0 0 unless $path =~ m[/$]
33 0 0 unless $self->Scaffold->resolve_file($wrapper)
42 0 0 $nft && $self->Scaffold->resolve_file($nft) ? :
47 0 0 $self->valid_not_found_template ? :
53 0 0 unless my $template = shift()
58 0 0 $name && $pfx eq '' ? :
91 0 0 $self->type eq 'insert' ? :
0 0 $self->type eq 'include' ? :