Branch Coverage

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


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