Branch Coverage

blib/lib/ASP4/HandlerResolver.pm
Criterion Covered Total %
branch 15 20 75.0


line true false branch
29 5109 21 if $HandlerCache{$uri}
31 3 18 if ($uri =~ m[^/handlers/]) { }
38 3 0 if (-f $filepath) { }
51 18 0 if (-f $info->{'filename'}) { }
68 2001 3129 if ($uri =~ m[^/handlers/]) { }
75 0 2001 unless -f $filepath
77 3 1998 if (&ASP4::HandlerResolver::stat($filepath)->mtime > ($FileTimes{$filepath} || 0))
89 12 3117 unless -f $info->{'saved_to'}
91 0 3117 if (&ASP4::HandlerResolver::stat($info->{'filename'})->mtime > ($FileTimes{$info->{'filename'}} || &ASP4::HandlerResolver::stat($info->{'saved_to'})->mtime))
109 3 0 if (*{"${package}::run";})