Branch Coverage

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


line true false branch
27 24 68 defined $template ? :
36 53 0 if (defined $template)
69 68 24 unless defined $template
74 0 24 if not $template->{'perl'} or $template->{'perl'} != $]
77 24 0 if (my $modules = $template->{'modules'})
82 0 82 if $modules->{$module} ne $current_version
87 0 24 if (my $files = $template->{'inherits'})
91 0 0 if $file eq 'inline'
94 0 0 if not -e $file or $files->{$file} != (stat $file)[9]