Branch Coverage

blib/lib/Mojar/Mysql/Util.pm
Criterion Covered Total %
branch 2 44 4.5


line true false branch
14 0 1 if $want{'find_monotonic_first'}
17 0 1 if $want{'lookup'}
24 0 0 unless defined $condition
34 0 0 if (ref $condition eq 'CODE') { }
48 0 0 if &$condition($row)
52 0 0 unless &$condition($row)
55 0 0 if ($max - $min <= $FindRangeSize)
87 0 0 if ($candidate >= $max)
99 0 0 if $candidate <= $min
105 0 0 if (&$condition($row)) { }
111 0 0 if $debug
145 0 0 if ($max - $min <= $FindRangeSize)
152 0 0 if $satisfied
156 0 0 unless $satisfied
172 0 0 if ($candidate >= $max)
184 0 0 if $candidate <= $min
190 0 0 if ($satisfied) { }
196 0 0 if $debug
203 0 0 unless @_ == 6
204 0 0 unless $name =~ /^[a-zA-Z_]\w*$/
229 0 0 if $ENV{'MOJAR_MYSQL_UTIL_DEBUG'}
230 0 0 unless eval "$code;1"