Branch Coverage

blib/lib/Logfile/EPrints/Filter/RobotsTxt.pm
Criterion Covered Total %
branch 7 12 58.3


line true false branch
32 0 1 unless tie %{$$self{'cache'};}, 'SDBM_File', $filename, 66, 420
38 0 0 if $utime < time - 2592000
53 0 1122 if $AUTOLOAD =~ /[A-Z]$/
55 21 1101 if (defined $hit->page and $hit->page =~ /robots\.txt$/)
60 7 1094 if (defined(my $value = $$self{'cache'}{$hit->address}))
64 7 0 if ($utime > 2592000) { }