Branch Coverage

blib/lib/Method/Autoload.pm
Criterion Covered Total %
branch 15 26 57.6


line true false branch
74 0 25 unless ref $$self{'packages'} eq 'ARRAY'
75 6 19 wantarray ? :
89 1 0 if @_
104 1 0 if @_
119 3 7 unless ref $$self{'autoloaded'} eq 'HASH'
120 0 10 wantarray ? :
145 6 2 if ($class->can($method)) { }
152 2 0 if ($@) { }
155 0 0 if ($class->can($method))
163 0 6 unless $self->can($method)
176 0 6 unless my $self = shift()
177 0 6 unless my $class = shift()
178 0 6 unless my $method = shift()