Branch Coverage

blib/lib/Cache/LRU/WithExpires.pm
Criterion Covered Total %
branch 7 8 87.5


line true false branch
15 3 2 $expires ? :
23 0 5 unless defined $value
26 2 3 if $expires == 0
27 2 1 if ($expires - &Time::HiRes::time() < 0)