Condition Coverage

blib/lib/Net/ACME2.pm
Criterion Covered Total %
condition 11 21 52.3


and 2 conditions

line l !l condition
283 0 12 $struct->{$name} &&= 1

and 3 conditions

line !l l&&!r l&&r condition
262 0 0 12 $opts{$name} &&= JSON::true()

or 2 conditions

line l !l condition
283 12 0 ($struct->{$name} &&= 1) ||= 0
543 24 0 $opt_post_method || 'post_key_id'

or 3 conditions

line l !l&&r !l&&!r condition
262 12 0 0 ($opts{$name} &&= JSON::true()) ||= JSON::false()
456 1 1 0 $self->{'_key_thumbprint'} ||= $self->_key_obj->get_jwk_thumbprint
462 48 12 0 $self->{'_directory'} ||= do { my $dir_path = $self->DIRECTORY_PATH; $self->{'_ua'}->get("https://$self->{'_host'}$dir_path")->content_struct }
501 1 13 0 $self->{'_key_obj'} ||= 'Net::ACME2::AccountKey'->new($self->{'_key'})