| script/sslmaker | |||
|---|---|---|---|
| Criterion | Covered | Total | % | 
| condition | 7 | 27 | 25.9 | 
| line | l | !l | condition | 
|---|---|---|---|
| 52 | 0 | 0 | -w "/etc/$_" and return $self->{'home'} = "Path::Tiny"->new("/etc/$_/sslmaker")->absolute | 
| line | l | !l | condition | 
|---|---|---|---|
| 87 | 1 | 0 | $self->{'bits'} || 8192 | 
| 0 | 1 | $self->{'days'} || 10950 | |
| 105 | 0 | 0 | $bits || 2048 | 
| 131 | 1 | 0 | $self->{'bits'} ||= 8192 | 
| 140 | 0 | 1 | $self->{'days'} || 10220 | 
| line | l | !l&&r | !l&&!r | condition | 
|---|---|---|---|---|
| 3 | 0 | 0 | 1 | $ENV{'SSLMAKER_DEBUG'} //= grep({/^--silent/;} @ARGV) ? 0 : 1 | 
| 50 | 0 | 0 | 0 | $self->{'home'} || $ENV{'SSLMAKER_HOME'} | 
| 60 | 0 | 1 | 0 | $self->{'root'} || $self->home->child('root', 'ca.key.pem') | 
| 104 | 0 | 0 | 0 | $path ||= $self->home->child("dhparam.pem") | 
| 197 | 0 | 2 | 0 | $cert ||= do { local $_ = $csr; s/(\.csr)?\.pem$/.cert.pem/u; $_ } |