Branch Coverage

blib/lib/Params/Registry/Template.pm
Criterion Covered Total %
branch 0 60 0.0


line true false branch
259 0 0 if ($self->preproc)
635 0 0 if (my $c = $self->_complement)
737 0 0 if ref $t eq "MooseX::Types::TypeDecorator"
745 0 0 if (not defined $v or $v eq "")
747 0 0 unless $e
753 0 0 if (defined $v)
754 0 0 if ($ac) { }
769 0 0 unless $t->check($v)
779 0 0 if (my $max = $self->max)
781 0 0 if ($max == 1)
782 0 0 unless @out
787 0 0 $self->shift ? :
0 0 if @out > $max
791 0 0 if (my $comp = $self->composite)
793 0 0 if ref $comp eq "MooseX::Types::TypeDecorator"
796 0 0 if (my $cc = $comp->coercion)
803 0 0 wantarray ? :
825 0 0 unless (defined $obj)
826 0 0 if ($self->empty)
828 0 0 if defined $max and $max == 1
829 0 0 if not defined $max or $max > 1
837 0 0 if (defined $obj and my $u = $self->unwind)
845 0 0 if (defined $obj) { }
846 0 0 unless ref $obj eq "ARRAY"
854 0 0 unless $self->empty
864 0 0 defined $_ ? :
865 0 0 wantarray ? :
876 0 0 if (my $u = $self->_universe)
878 0 0 if (my $t = $self->composite)
879 0 0 if (my $c = $t->coercion)