Branch Coverage

blib/lib/DBIx/DBHResolver/Strategy/Range.pm
Criterion Covered Total %
branch 7 10 70.0


line true false branch
33 0 350 unless (exists $$args{'strategy_config'} and is_array_ref($$args{'strategy_config'}))
45 0 1727 unless exists $OPS{$op}
46 865 862 unless ($OPS{$op}($key, $op_values{$op}))
51 350 865 if ($is_matched_stmt)
57 0 350 unless (defined $resolved_node)