Branch Coverage

blib/lib/Tie/Cache/LRU/Expires.pm
Criterion Covered Total %
branch 8 8 100.0


line true false branch
32 41 21 if (defined $value) { }
34 32 9 if ($curtime <= $$value{'BORDER'}) { }
87 2 1 if ($$self{'LRUOBJ'}->EXISTS($key)) { }
90 1 1 if ($curtime <= $$value{'BORDER'}) { }