Branch Coverage

blib/lib/Form/Tiny/Utils.pm
Criterion Covered Total %
branch 24 28 85.7


line true false branch
44 10 93 if ($@ and $ret)
85 0 71 if exists $meta{$package}
104 70 911 unless ($form_meta and $form_meta->complete)
106 0 70 unless exists $meta{$package_name}
108 2 68 if ref $_[0]
123 0 0 unless $class->DOES("Form::Tiny::Meta")
150 120 1625 if ($arrays->[$index]) { }
153 14 106 unless $current_ref eq "ARRAY"
155 10 96 if (@$value == 0) { }
158 2 8 unless $index == $#path
165 22 142 unless &$traverser([@$curr_path, $ind], $index + 1, $value->[$ind])
176 1371 254 unless $current_ref eq "HASH" and exists $value->{$next}
192 110 1387 if $result
208 188 499 if ($arrays->[$i]) { }