Branch Coverage

blib/lib/DTL/Fast/Cache.pm
Criterion Covered Total %
branch 9 18 50.0


line true false branch
26 24 68 defined $template ? :
35 53 0 if (defined $template)
68 68 24 unless defined $template
73 0 24 if not $template->{'perl'} or $template->{'perl'} != $]
76 24 0 if (my $modules = $template->{'modules'})
81 0 82 if $modules->{$module} ne $current_version
86 0 24 if (my $files = $template->{'inherits'})
90 0 0 if $file eq 'inline'
93 0 0 if not -e $file or $files->{$file} != (stat $file)[9]