Branch Coverage

blib/lib/Net/ACME/AccessorBase.pm
Criterion Covered Total %
branch 2 6 33.3


line true false branch
21 0 33 unless $AUTOLOAD =~ /(.+)::(.+)/
24 33 0 if (grep {$method eq $_;} $self->_ACCESSORS)
28 0 0 if $method eq 'DESTROY'