Branch Coverage

File:lib/OpenAPI/Cache.pm
Coverage:33.3%

line%coveragebranch
1050TFref $_[0] ? :
1350TFunless my $type = $OpenAPI::Config{'cache.type'}
1850TFif (-e $share_file and !-r($share_file) || !-w($share_file))
2150TFif ($type eq 'mmap') { }
0TFelsif ($type eq 'memcached') { }
280TFunless my $list = $OpenAPI::Config{'cache.servers'}
320TFif (not @addr)
5250TF$expire_time ? :
6250TFif ($obj->can('remove')) { }