Branch Coverage

blib/lib/Data/RuledCluster/Strategy/List.pm
Criterion Covered Total %
branch 8 10 80.0


line true false branch
14 15 12 unless (exists $$args{'list_map'})
15 0 15 unless (exists $$args{'strategy_config'} and is_hash_ref($$args{'strategy_config'}))
28 3 12 if (exists $$strategy_config{''})
33 0 24 unless (exists $$args{'list_fallback'} or exists $$args{'list_map'}{$key})
38 25 2 if (exists $$args{'list_map'}{$key}) { }