Branch Coverage

blib/lib/Cache/Cascade.pm
Criterion Covered Total %
branch 11 26 42.3


line true false branch
11 0 0 unless $head
0 0 unless $head
0 0 if (my $res = $cache->entry(@args))
0 0 if (my $res = $cache->exists(@args))
0 0 if (my $res = $cache->load_callback(@args))
0 0 if (my $res = $cache->validate_callback(@args))
39 2 3 if ($self->float_hits) { }
43 2 5 if (defined(my $res = $cache->get($key)))
54 0 6 unless $head
56 2 4 if (defined(my $res = $head->get($key))) { }
4 0 elsif (@tail) { }
59 4 0 if (defined(my $res = $self->get_and_float_result($key, @tail)))
71 1 1 if ($self->set_deep) { }