blib/lib/Net/ACME2.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 11 | 21 | 52.3 |
line | l | !l | condition |
---|---|---|---|
278 | 0 | 6 | $struct->{$name} &&= 1 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
257 | 0 | 0 | 6 | $opts{$name} &&= JSON::true() |
line | l | !l | condition |
---|---|---|---|
278 | 6 | 0 | ($struct->{$name} &&= 1) ||= 0 |
557 | 12 | 0 | $opt_post_method || 'post_key_id' |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
257 | 6 | 0 | 0 | ($opts{$name} &&= JSON::true()) ||= JSON::false() |
476 | 1 | 1 | 0 | $self->{'_key_thumbprint'} ||= $self->_key_obj->get_jwk_thumbprint('sha256') |
482 | 24 | 6 | 0 | $self->{'_directory'} ||= do { my $dir_path = $self->DIRECTORY_PATH; $self->{'_ua'}->get("https://$self->{'_host'}$dir_path")->content_struct } |
521 | 1 | 7 | 0 | $self->{'_key_obj'} ||= Crypt::Perl::PK::parse_key($self->{'_key'}) |