Branch Coverage

blib/lib/Mail/BIMI/Role/Cacheable.pm
Criterion Covered Total %
branch 10 12 83.3


line true false branch
33 50 0 $backend_type eq 'Null' ? :
19 50 $backend_type eq 'File' ? :
9 69 $backend_type eq 'FastMmap' ? :
109 0 10 if $self->_do_not_cache
122 62 18 if (defined $self->{$cache_field})
126 10 52 if ($attribute->does('Mail::BIMI::Trait::CacheSerial'))