Branch Coverage

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


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