Branch Coverage

blib/lib/App/Aphra/File.pm
Criterion Covered Total %
branch 2 16 12.5


line true false branch
88 6 0 if $self->extension
115 0 0 if ($self->is_template) { }
125 0 0 if (-e $output_path)
138 0 0 if ($front_matter_hashref->{'layout'})
143 0 0 unless $self->app->template->process($template, {"page", $front_matter_hashref, "file", $self}, $out)
149 0 0 if $orig_layout
156 0 0 if (-e $output_path)
167 0 1 if $ENV{'APHRA_DEBUG'}