Branch Coverage

blib/lib/Net/ACME2/AccessorBase.pm
Criterion Covered Total %
branch 4 6 66.6


line true false branch
19 0 8 unless $AUTOLOAD =~ /(.+)::(.+)/
22 6 2 if (grep {$method eq $_;} $self->_ACCESSORS)
26 2 0 if $method eq 'DESTROY'