| blib/lib/Akamai/PropertyFetcher.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 3 | 25 | 12.0 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 82 | 0 | 0 | 0 | not defined $staging_version and $activation->{'network'} eq "STAGING" |
| 0 | 0 | 0 | not defined $staging_version and $activation->{'network'} eq "STAGING" and $activation->{'status'} eq "ACTIVE" | |
| 85 | 0 | 0 | 0 | not defined $production_version and $activation->{'network'} eq "PRODUCTION" |
| 0 | 0 | 0 | not defined $production_version and $activation->{'network'} eq "PRODUCTION" and $activation->{'status'} eq "ACTIVE" |
| line | l | !l | condition |
|---|---|---|---|
| 20 | 0 | 1 | $args{'section'} || 'default' |
| 22 | 0 | 1 | $args{'max_processes'} || 4 |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 20 | 1 | 0 | 0 | $args{'config_file'} || "$ENV{'HOME'}/.edgerc" |
| 55 | 0 | 0 | 0 | $properties_resp->code == 403 or $properties_resp->code == 404 |
| 91 | 0 | 0 | 0 | defined $staging_version or defined $production_version |