Branch Coverage

blib/lib/Perl/Critic/Policy/Storable/ProhibitStoreOrFreeze.pm
Criterion Covered Total %
branch 5 8 62.5


line true false branch
21 6 6 unless $elem =~ /^(?:Storable::)?(?:(?:lock_)?store|freeze)$/x
23 0 6 if is_method_call($elem)
24 0 6 if is_hash_key($elem)
25 0 6 if is_subroutine_name($elem)