Branch Coverage

blib/lib/Import/Box.pm
Criterion Covered Total %
branch 12 16 75.0


line true false branch
68 49 10 unless @_
72 0 10 unless my $sub = $stash->can($meth)
144 4 0 unless &Scalar::Util::blessed($proto)
146 0 0 unless my $sub = $proto->can($meth)
157 18 64 unless my $class = &Scalar::Util::blessed($proto)
173 1 55 if $meth eq 'DESTROY'
175 1 54 unless my $class = &Scalar::Util::blessed($_[0])
182 2 52 unless my $sub = $self->can($meth)