Branch Coverage

blib/lib/Rose/HTML/Object/Repeatable.pm
Criterion Covered Total %
branch 19 22 86.3


line true false branch
45 4 6 if (@_)
57 3 6 if (@_)
59 3 0 if (@_ == 1) { }
61 0 3 if (ref $_[0] eq 'ARRAY') { }
3 0 elsif (ref $_[0] eq 'HASH') { }
87 28 6 if (my $obj = $self->prototype) { }
94 3 3 if ref $args eq "HASH"
103 4 37 if (@_)
110 3 1 $_[0] ? :
115 10 27 unless @$forms
119 21 7 unless $form->empty_is_ok