Branch Coverage

blib/lib/Data/FormValidator/ConstraintsFactory.pm
Criterion Covered Total %
branch 0 22 0.0


line true false branch
102 0 0 if $res
124 0 0 unless $res
155 0 0 if $t eq $v
178 0 0 if $t == $v
197 0 0 if ($set =~ /\b$v\b/i) { }
223 0 0 if &$cmp($v, $t)
247 0 0 $v < $low || $v > $high ? :
262 0 0 $_[0] < $bound ? :
277 0 0 $_[0] <= $bound ? :
292 0 0 $_[0] >= $bound ? :
307 0 0 $_[0] >= $bound ? :