Branch Coverage

blib/lib/Cache/Bounded.pm
Criterion Covered Total %
branch 6 8 75.0


line true false branch
17 1 1 if (UNIVERSAL::isa($_[0], 'HASH'))
18 1 0 if $_[0]{'interval'} > 1
19 1 0 if $_[0]{'size'} > 1
43 1 27 if ($$self{'count'} > $$self{'interval'} and scalar keys %{$$self{'cache'};} > $$self{'size'})