Branch Coverage

blib/lib/Logfile/EPrints/Filter/Repeated.pm
Criterion Covered Total %
branch 4 8 50.0


line true false branch
16 0 1 unless tie %{$$self{'cache'};}, 'SDBM_File', $filename, 66, 420
21 0 0 if $value < time - 86400
34 0 360 if $AUTOLOAD =~ /[A-Z]$/
44 9 32 if (defined $$self{'cache'}{$key} and $hit->utime - $$self{'cache'}{$key} <= 86400) { }