Branch Coverage

blib/lib/Class/AutoClass/Root.pm
Criterion Covered Total %
branch 13 32 40.6


line true false branch
79 0 1 if (@_ > 1)
82 0 0 if @_ % 2
107 0 3 if $Class::AutoClass::Root::DEBUG
108 0 3 unless ref $self
110 1 2 if (defined $value or not defined $$self{'_root_verbose'})
118 0 0 if ($method)
119 0 0 unless (exists $$self{'_root_cleanup_methods'})
135 0 69 unless ref $self and $self->isa('HASH')
136 69 0 unless my $methods = $$self{'_root_cleanup_methods'}
241 1 0 if ($self->verbose >= 0)
266 2 0 if ($self->can('verbose')) { }
272 0 2 if ($verbose == 2) { }
0 2 elsif ($verbose == -1) { }
0 2 elsif ($verbose == 1) { }
304 0 0 if ($self->verbose > 0)
311 69 0 unless my(@cleanup_methods) = $self->_cleanup_methods